Merge pull request #278 from pi-hole/update-peaceiris-actions-gh-pages

Update peaceiris/actions-gh-pages to the v3 tag
This commit is contained in:
Dan Schaper
2020-03-24 11:55:16 -07:00
committed by GitHub
+4 -5
View File
@@ -54,11 +54,10 @@ jobs:
path: ./site/
- name: Deploy
uses: peaceiris/actions-gh-pages@v2
uses: peaceiris/actions-gh-pages@v3
if: success()
env:
PERSONAL_TOKEN: ${{ secrets.PERSONAL_TOKEN }}
PUBLISH_BRANCH: gh-pages
PUBLISH_DIR: ./site/
with:
emptyCommits: false
personal_token: ${{ secrets.PERSONAL_TOKEN }}
publish_branch: gh-pages
publish_dir: ./site/