Update JamesIves/github-pages-deploy-action

This should also fix gh-pages deploy
pull/654/head
Nikita Sobolev 3 years ago committed by GitHub
parent 70aa6a4352
commit ed5f9cd4d7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -12,13 +12,13 @@ jobs:
steps:
- uses: actions/checkout@v2
with:
submodules: recursive
persist-credentials: false
submodules: recursive
persist-credentials: false
- name: Deploy to Pages
uses: JamesIves/github-pages-deploy-action@3.6.1
uses: JamesIves/github-pages-deploy-action@4.1.1
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
BRANCH: gh-pages # The branch the action should deploy to.
FOLDER: docs # The folder the action should deploy.
CLEAN: true # Automatically remove deleted files from the deploy branch
token: ${{ secrets.GITHUB_TOKEN }}
branch: gh-pages # The branch the action should deploy to.
folder: docs # The folder the action should deploy.
clean: true # Automatically remove deleted files from the deploy branch

Loading…
Cancel
Save