1
0
mirror of https://github.com/actix/actix-website synced 2025-06-27 07:29:02 +02:00

Update github-pages-deploy-action to 4.1.1 (#223)

This commit is contained in:
Yuki Okushi
2021-04-06 08:37:41 +09:00
committed by GitHub
parent 3ed587a81a
commit a808293221
2 changed files with 6 additions and 7 deletions

View File

@ -24,10 +24,9 @@ jobs:
run: hugo --minify
- name: Deploy to GitHub Pages
uses: JamesIves/github-pages-deploy-action@3.7.1
uses: JamesIves/github-pages-deploy-action@4.1.1
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
ACCESS_TOKEN: ${{ secrets.ACCESS_TOKEN }}
BRANCH: master
FOLDER: public
REPOSITORY_NAME: actix/actix.github.io
token: ${{ secrets.ACCESS_TOKEN }}
branch: master
folder: public
repository-name: actix/actix.github.io