mirror of https://github.com/pmret/papermario.git
Bump peaceiris/actions-gh-pages from 3 to 4 (#1224)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
d13f451158
commit
295757969a
|
@ -18,7 +18,7 @@ jobs:
|
|||
# deploy to gh pages if repo is pmret/papermario
|
||||
- name: Deploy to gh-pages
|
||||
if: github.repository != 'pmret/papermario'
|
||||
uses: peaceiris/actions-gh-pages@v3
|
||||
uses: peaceiris/actions-gh-pages@v4
|
||||
with:
|
||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||
publish_dir: ./docs/doxygen/html
|
||||
|
|
Loading…
Reference in New Issue