Fix github-pages-deploy-action version

This commit is contained in:
Andrei Andreev 2022-11-30 01:04:58 +01:00
parent 7f72d5a205
commit c380f119e2
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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