Skip to content

Commit 5fa0295

Browse files
committed
chore: temp remove demo link
1 parent 3cd789d commit 5fa0295

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,13 +43,15 @@ jobs:
4343
shell: bash
4444
run: |
4545
echo "STORE_PATH=$(pnpm store path)" >> $GITHUB_OUTPUT
46+
4647
- uses: actions/cache@v3
4748
name: Setup pnpm cache
4849
with:
4950
path: ${{ steps.pnpm-cache.outputs.STORE_PATH }}
5051
key: ${{ runner.os }}-pnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }}
5152
restore-keys: |
5253
${{ runner.os }}-pnpm-store-
54+
5355
- name: Install dependencies
5456
run: pnpm install
5557

docs/.vitepress/config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ export default defineConfig({
1919
{ text: 'Home', link: '/' },
2020
{ text: 'Guide', link: '/guide/' },
2121
{ text: 'Playground', link: '/playground/' },
22-
{ text: 'Demo', link: 'https://mathflow.github.io/demo' },
22+
// { text: 'Demo', link: 'https://mathflow.github.io/demo' },
2323
{
2424
text: 'About',
2525
items: [

0 commit comments

Comments
 (0)