mirror of
https://github.com/IvarK/AntimatterDimensionsSourceCode.git
synced 2024-11-10 06:02:13 +00:00
Fix github-pages-deploy-action version
This commit is contained in:
parent
7f72d5a205
commit
c380f119e2
2
.github/workflows/deploy-master.yml
vendored
2
.github/workflows/deploy-master.yml
vendored
@ -22,7 +22,7 @@ jobs:
|
||||
cache: 'npm'
|
||||
- run: npm ci
|
||||
- run: npm run build
|
||||
- uses: JamesIves/github-pages-deploy-action@4.4.1
|
||||
- uses: JamesIves/github-pages-deploy-action@v4
|
||||
with:
|
||||
branch: gh-pages
|
||||
folder: dist
|
||||
|
2
.github/workflows/deploy-release.yml
vendored
2
.github/workflows/deploy-release.yml
vendored
@ -22,7 +22,7 @@ jobs:
|
||||
cache: 'npm'
|
||||
- run: npm ci
|
||||
- run: npm run build
|
||||
- uses: JamesIves/github-pages-deploy-action@4.4.1
|
||||
- uses: JamesIves/github-pages-deploy-action@v4
|
||||
with:
|
||||
token: ${{ secrets.GH_PUBLISH_TOKEN }}
|
||||
repository-name: IvarK/AyyLmao5Hours
|
||||
|
Loading…
Reference in New Issue
Block a user