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 29
29
cache : ' pnpm'
30
30
cache-dependency-path : ' docs/pnpm-lock.yaml'
31
31
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 29
29
cache-dependency-path : ' docs/pnpm-lock.yaml'
30
30
31
31
- 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
33
38
34
39
- name : Deploy to Cloudflare Pages
35
40
uses :
cloudflare/[email protected]
Original file line number Diff line number Diff line change 1
1
{
2
+ "name" : " refly-docs" ,
3
+ "private" : true ,
2
4
"type" : " module" ,
3
5
"scripts" : {
4
6
"dev" : " vitepress dev" ,
You can’t perform that action at this time.
0 commit comments