File tree 3 files changed +1393
-747
lines changed
3 files changed +1393
-747
lines changed Original file line number Diff line number Diff line change @@ -29,27 +29,27 @@ jobs:
29
29
runs-on : ubuntu-latest
30
30
steps :
31
31
- name : Checkout
32
- uses : actions/checkout@v3
32
+ uses : actions/checkout@v4
33
33
- name : Install pnpm
34
- uses : pnpm/action-setup@v2
34
+ uses : pnpm/action-setup@v4
35
35
with :
36
- version : 7
36
+ version : 9
37
37
- name : Set up Node
38
- uses : actions/setup-node@v3
38
+ uses : actions/setup-node@v4
39
39
with :
40
- node-version : 18
40
+ node-version : 20
41
41
cache : ' pnpm'
42
42
- name : Install dependencies
43
43
run : pnpm install
44
44
- name : Build
45
45
run : pnpm run build
46
46
- name : Setup Pages
47
- uses : actions/configure-pages@v3
47
+ uses : actions/configure-pages@v4
48
48
- name : Upload artifact
49
- uses : actions/upload-pages-artifact@v1
49
+ uses : actions/upload-pages-artifact@v3
50
50
with :
51
51
# Upload docs dist directory
52
52
path : ' ./dist'
53
53
- name : Deploy to GitHub Pages
54
54
id : deployment
55
- uses : actions/deploy-pages@v2
55
+ uses : actions/deploy-pages@v4
Original file line number Diff line number Diff line change 7
7
"preinstall" : " npx only-allow pnpm"
8
8
},
9
9
"devDependencies" : {
10
- "rimraf" : " ^5 .0.1" ,
11
- "vitepress" : " 1.0.0-rc.20 "
10
+ "rimraf" : " ^6 .0.1" ,
11
+ "vitepress" : " ^1.3.4 "
12
12
}
13
13
}
You can’t perform that action at this time.
0 commit comments