File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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 : [
You can’t perform that action at this time.
0 commit comments