File tree Expand file tree Collapse file tree 1 file changed +6
-8
lines changed Expand file tree Collapse file tree 1 file changed +6
-8
lines changed Original file line number Diff line number Diff line change @@ -14,16 +14,14 @@ jobs:
14
14
name : Deploy to GitHub Pages
15
15
runs-on : ubuntu-latest
16
16
steps :
17
- - uses : actions/checkout@v3
18
- - uses : actions/setup-node@v3
17
+ - uses : actions/checkout@v4
18
+ - uses : actions/setup-node@v4
19
19
with :
20
- node-version : 20
20
+ node-version : 22
21
21
22
- - name : Install dependencies
23
- run : npm install
22
+ - run : npm ci
24
23
25
- - name : Build website
26
- run : npm run build
24
+ - run : npm run build
27
25
28
26
- name : Deploy to GitHub Pages
29
27
uses : peaceiris/actions-gh-pages@v3
37
35
# The GH actions bot is used by default if you didn't specify the two fields.
38
36
# You can swap them out with your own user credentials.
39
37
user_name : github-actions[bot]
40
- user_email : 41898282+github-actions[bot]@users.noreply.github.com
38
+ user_email : 41898282+github-actions[bot]@users.noreply.github.com
You can’t perform that action at this time.
0 commit comments