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:
Shohei Ueda
2020-08-12 06:45:24 +09:00
committed by GitHub
parent c2f20f3fa9
commit 71716363fb
+4 -5
View File
@@ -16,8 +16,7 @@ jobs:
format: html
output: ./gh-pages/index.html
- run: "find ./gh-pages"
- uses: peaceiris/actions-gh-pages@v2
env:
ACTIONS_DEPLOY_KEY: ${{ secrets.ACTIONS_DEPLOY_KEY }}
PUBLISH_DIR: gh-pages
PUBLISH_BRANCH: gh-pages
- uses: peaceiris/actions-gh-pages@v3.6.4
with:
deploy_key: ${{ secrets.ACTIONS_DEPLOY_KEY }}
publish_dir: gh-pages