Switch to peaceiris/actions-gh-pages@v3

This commit is contained in:
wooferzfg
2020-06-09 00:11:23 -05:00
committed by GitHub
parent fb0d6f6c7d
commit 2ae7175b9d
+5 -6
View File
@@ -121,10 +121,9 @@ jobs:
- name: Deploy
if: github.repository == 'LiveSplit/LiveSplitOne' && github.ref == 'refs/heads/master'
uses: peaceiris/actions-gh-pages@v2
env:
ACTIONS_DEPLOY_KEY: ${{ secrets.ACTIONS_DEPLOY_KEY }}
PUBLISH_BRANCH: gh-pages
PUBLISH_DIR: ./dist
uses: peaceiris/actions-gh-pages@v3
with:
forceOrphan: true
deploy_key: ${{ secrets.ACTIONS_DEPLOY_KEY }}
publish_branch: gh-pages
publish_dir: ./dist
force_orphan: true