File tree Expand file tree Collapse file tree 1 file changed +9
-12
lines changed Expand file tree Collapse file tree 1 file changed +9
-12
lines changed Original file line number Diff line number Diff line change @@ -11,30 +11,27 @@ jobs:
11
11
12
12
steps :
13
13
- name : Checkout
14
- uses : actions/checkout@v2
14
+ uses : actions/checkout@v4
15
+
16
+ - name : Setup NodeJS
17
+ uses : actions/setup-node@v4
15
18
16
19
- name : Install
17
-
18
- with :
19
- cmd : install
20
+ run : npm ci
20
21
21
22
- name : Build App
22
-
23
- with :
24
- cmd : build
23
+ run : npm run build
25
24
26
25
- name : Build Sitemap
27
-
28
- with :
29
- cmd : sitemap
26
+ run : npm run sitemap
30
27
31
28
- name : Install SSH Client
32
- uses : webfactory/ssh-agent@v0.5.4
29
+ uses : webfactory/ssh-agent@v0.9.0
33
30
with :
34
31
ssh-private-key : ${{ secrets.DEPLOY_KEY }}
35
32
36
33
- name : Deploy 🚀
37
- uses : JamesIves/github-pages-deploy-action@v4.4.0
34
+ uses : JamesIves/github-pages-deploy-action@v4
38
35
with :
39
36
ssh-key : true
40
37
folder : ' dist'
You can’t perform that action at this time.
0 commit comments