File tree Expand file tree Collapse file tree 4 files changed +8109
-67
lines changed Expand file tree Collapse file tree 4 files changed +8109
-67
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -25,22 +25,22 @@ jobs:
25
25
uses : actions/checkout@v4
26
26
with :
27
27
fetch-depth : 0 # Not needed if lastUpdated is not enabled
28
- - uses : pnpm /action-setup@v3 # pnpm is optional but recommended, you can also use npm / yarn
28
+ - uses : npm /action-setup@v3
29
29
with :
30
30
version : 8
31
31
- name : Setup Node
32
32
uses : actions/setup-node@v4
33
33
with :
34
34
node-version : 20
35
- cache : pnpm
35
+ cache : npm
36
36
- name : Setup Pages
37
37
uses : actions/configure-pages@v5
38
38
if : github.repository_owner == 'syf20020816'
39
39
- name : Install dependencies
40
- run : pnpm install
40
+ run : npm install
41
41
- name : Build with Rspress
42
42
run : |
43
- pnpm run build
43
+ npm run build
44
44
- name : Upload artifact
45
45
uses : actions/upload-pages-artifact@v3
46
46
with :
Original file line number Diff line number Diff line change @@ -19,5 +19,3 @@ Cargo.lock
19
19
20
20
/doc_build
21
21
/node_modules
22
-
23
- package-lock.json
You can’t perform that action at this time.
0 commit comments