File tree 1 file changed +9
-11
lines changed
1 file changed +9
-11
lines changed Original file line number Diff line number Diff line change 9
9
main :
10
10
runs-on : ubuntu-latest
11
11
steps :
12
- - uses : actions/checkout@v2
12
+ - uses : actions/checkout@v4
13
13
with :
14
14
persist-credentials : false
15
- - uses : dcodeIO /setup-node-nvm@master
15
+ - uses : actions /setup-node@v4
16
16
with :
17
17
node-version : lts/*
18
18
- run : npm install
@@ -22,13 +22,11 @@ jobs:
22
22
GH_TOKEN : ${{secrets.GH_TOKEN}}
23
23
OC_TOKEN : ${{secrets.OC_TOKEN}}
24
24
UNIFIED_OPTIMIZE_IMAGES : 1
25
- - name : Deploy
26
-
25
+ - uses : JamesIves/github-pages-deploy-action@releases/v4
27
26
with :
28
- GITHUB_TOKEN : ${{secrets.GITHUB_TOKEN}}
29
- BRANCH : dist
30
- FOLDER : build
31
- SINGLE_COMMIT : true
32
- COMMIT_MESSAGE : .
33
- GIT_CONFIG_NAME : Titus Wormer
34
- GIT_CONFIG_EMAIL :
[email protected]
27
+ branch : dist
28
+ commit-message : .
29
+ folder : build
30
+ git-config-email :
[email protected]
31
+ git-config-name : Titus Wormer
32
+ single-commit : true
You can’t perform that action at this time.
0 commit comments