File tree Expand file tree Collapse file tree 5 files changed +8
-25
lines changed
Expand file tree Collapse file tree 5 files changed +8
-25
lines changed Original file line number Diff line number Diff line change @@ -14,23 +14,10 @@ jobs:
1414 uses : actions/checkout@v4
1515 - name : Set up Node
1616 uses : actions/setup-node@v4
17- - id : cache
18- name : Yarn Cache Dir
19- run : echo "value=$(yarn cache dir)" >> $GITHUB_OUTPUT
20- - name : Restore Lockfile
21- uses : actions/cache@v2
22- with :
23- path : yarn.lock
24- key : yarn-lock-${{ github.sha }}
25- restore-keys : yarn-lock-
26- - name : Restore Cache
27- uses : actions/cache@v2
28- with :
29- path : ${{ steps.cache.outputs.value }}
30- key : yarn-cache-${{ github.sha }}
31- restore-keys : yarn-cache-
17+ - name : Enable Corepack
18+ run : corepack enable
3219 - name : Install
33- run : yarn
20+ run : yarn --no-immutable
3421 - name : Build
3522 run : yarn build
3623 - name : Deploy
Original file line number Diff line number Diff line change 1+ nodeLinker : node-modules
Original file line number Diff line number Diff line change 11# [ satori.js.org] ( https://satori.js.org )
22
33Documentation for Satori Protocol.
4-
5- ## License
6-
7- [CC-BY-SA-4.0](./LICENSE)
Original file line number Diff line number Diff line change 22layout : home
33
44links :
5- starter : /en-US/protocol/
5+ starter : /en-US/introduction.html
66
77home :
88 primary : Get Started
Original file line number Diff line number Diff line change 11{
22 "name" : " @satorijs/docs" ,
3- "type " : " module " ,
3+ "packageManager " :
" [email protected] " ,
44 "private" : true ,
55 "version" : " 1.0.0" ,
6+ "type" : " module" ,
67 "main" : " index.js" ,
78 "author" :
" Shigma <[email protected] >" ,
89 "license" : " MIT" ,
1213 "preview" : " vitepress preview"
1314 },
1415 "devDependencies" : {
15- "@cordisjs/vitepress" : " ^3.3.2 " ,
16+ "@cordisjs/vitepress" : " ^4.0.1 " ,
1617 "@types/node" : " ^22.7.5" ,
1718 "@vueuse/core" : " ^11.1.0" ,
1819 "cross-env" : " ^7.0.3" ,
1920 "element-plus" : " 2.7.7" ,
20- "esbuild" : " ^0.23.1" ,
21- "esbuild-register" : " ^3.5.0" ,
2221 "sass" : " ^1.82.0" ,
2322 "typescript" : " ^5.7.2" ,
2423 "vitepress" : " 1.5.0" ,
You can’t perform that action at this time.
0 commit comments