try again

This commit is contained in:
Dane Everitt 2020-10-03 10:22:45 -07:00
parent 200d3e95d7
commit 58a8ba4716
No known key found for this signature in database
GPG Key ID: EEA66103B3D71F53

View File

@ -14,6 +14,6 @@ jobs:
if: github.ref == 'refs/heads/master' if: github.ref == 'refs/heads/master'
uses: peaceiris/actions-gh-pages@v3 uses: peaceiris/actions-gh-pages@v3
with: with:
github_token: ${{ secrets.ACTIONS_DEPLOY_KEY }} github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./.vuepress/dist publish_dir: ./.vuepress/dist
cname: pterodactyl.io cname: pterodactyl.io