File tree Expand file tree Collapse file tree 3 files changed +15
-3
lines changed
Expand file tree Collapse file tree 3 files changed +15
-3
lines changed Original file line number Diff line number Diff line change 2929 cache : ' pnpm'
3030 cache-dependency-path : ' docs/pnpm-lock.yaml'
3131
32- - name : Install dependencies and build
33- run : cd docs && pnpm install && pnpm build
32+ - name : Install dependencies
33+ run : pnpm install --ignore-workspace
34+ working-directory : docs
35+
36+ - name : Build
37+ run : pnpm build
38+ working-directory : docs
Original file line number Diff line number Diff line change 2929 cache-dependency-path : ' docs/pnpm-lock.yaml'
3030
3131 - name : Install dependencies
32- run : cd docs && pnpm install && pnpm build
32+ run : pnpm install --ignore-workspace
33+ working-directory : docs
34+
35+ - name : Build
36+ run : pnpm build
37+ working-directory : docs
3338
3439 - name : Deploy to Cloudflare Pages
3540 uses :
cloudflare/[email protected]
Original file line number Diff line number Diff line change 11{
2+ "name" : " refly-docs" ,
3+ "private" : true ,
24 "type" : " module" ,
35 "scripts" : {
46 "dev" : " vitepress dev" ,
You can’t perform that action at this time.
0 commit comments