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:
11
.github/workflows/deploy.yml
vendored
11
.github/workflows/deploy.yml
vendored
@ -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
|
||||
|
Reference in New Issue
Block a user