File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -22,22 +22,22 @@ jobs:
22
22
runs-on : ubuntu-latest
23
23
steps :
24
24
- name : Checkout
25
- uses : actions/checkout@v3
25
+ uses : actions/checkout@v4
26
26
- name : Setup Pages
27
- uses : actions/configure-pages@v3
28
- - uses : actions/setup-node@v3
27
+ uses : actions/configure-pages@v5
28
+ - uses : actions/setup-node@v4
29
29
with :
30
30
node-version-file : " .nvmrc"
31
31
cache : npm
32
32
cache-dependency-path : package.json
33
33
- name : Upgrade npm
34
- run : npm install -g npm@latest
34
+ run : npm install -g npm@10
35
35
- name : Install dependencies
36
36
run : npm install
37
37
- name : Build docs
38
38
run : npm run build-api-docs
39
39
- name : Upload artifact
40
- uses : actions/upload-pages-artifact@v2
40
+ uses : actions/upload-pages-artifact@v3
41
41
with :
42
42
path : ./docs
43
43
deploy :
49
49
steps :
50
50
- name : Deploy to GitHub Pages
51
51
id : deployment
52
- uses : actions/deploy-pages@v2
52
+ uses : actions/deploy-pages@v4
You can’t perform that action at this time.
0 commit comments