File tree Expand file tree Collapse file tree 3 files changed +1
-10
lines changed
Expand file tree Collapse file tree 3 files changed +1
-10
lines changed Original file line number Diff line number Diff line change 5454 - name : Install dependencies
5555 run : yarn install
5656
57- - name : Cache Vitepress
58- uses : actions/cache@v4
59- with :
60- path : docs/.vitepress/dist
61- key : ${{ runner.os }}-vitepress-${{ github.run_number }}
62- restore-keys : |
63- ${{ runner.os }}-vitepress-
64-
6557 - name : Build with VitePress
6658 run : yarn run docs:build
6759
Original file line number Diff line number Diff line change 5959 with :
6060 style : file
6161 thread-comments : update
62- version : 19
62+ version : " "
6363 files-changed-only : false
6464 continue-on-error : true
6565
Original file line number Diff line number Diff line change @@ -100,7 +100,6 @@ export default withMermaid(
100100 lang : "zh-CN" ,
101101 base : "/C/" ,
102102 cleanUrls : true ,
103- cacheDir : ".vitepress/cache" ,
104103 metaChunk : true ,
105104 lastUpdated : true ,
106105 themeConfig : {
You can’t perform that action at this time.
0 commit comments