Skip to content

Commit 7122a1d

Browse files
committed
Update Actions
1 parent c21b25c commit 7122a1d

File tree

1 file changed

+9
-11
lines changed

1 file changed

+9
-11
lines changed

.github/workflows/main.yml

+9-11
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ jobs:
99
main:
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: actions/checkout@v2
12+
- uses: actions/checkout@v4
1313
with:
1414
persist-credentials: false
15-
- uses: dcodeIO/setup-node-nvm@master
15+
- uses: actions/setup-node@v4
1616
with:
1717
node-version: lts/*
1818
- run: npm install
@@ -22,13 +22,11 @@ jobs:
2222
GH_TOKEN: ${{secrets.GH_TOKEN}}
2323
OC_TOKEN: ${{secrets.OC_TOKEN}}
2424
UNIFIED_OPTIMIZE_IMAGES: 1
25-
- name: Deploy
26-
uses: JamesIves/[email protected]
25+
- uses: JamesIves/github-pages-deploy-action@releases/v4
2726
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

0 commit comments

Comments
 (0)