Bump peaceiris/actions-gh-pages from v2 to v3 (#29)
Version 2 is no longer be maintained. The latest README: https://github.com/peaceiris/actions-gh-pages
This commit is contained in:
@@ -16,8 +16,7 @@ jobs:
|
|||||||
format: html
|
format: html
|
||||||
output: ./gh-pages/index.html
|
output: ./gh-pages/index.html
|
||||||
- run: "find ./gh-pages"
|
- run: "find ./gh-pages"
|
||||||
- uses: peaceiris/actions-gh-pages@v2
|
- uses: peaceiris/actions-gh-pages@v3.6.4
|
||||||
env:
|
with:
|
||||||
ACTIONS_DEPLOY_KEY: ${{ secrets.ACTIONS_DEPLOY_KEY }}
|
deploy_key: ${{ secrets.ACTIONS_DEPLOY_KEY }}
|
||||||
PUBLISH_DIR: gh-pages
|
publish_dir: gh-pages
|
||||||
PUBLISH_BRANCH: gh-pages
|
|
||||||
|
|||||||
Reference in New Issue
Block a user