Trying a different token again @minor

This commit is contained in:
Corey Oordt 2021-12-23 17:46:50 -06:00
parent da9ba4a4f5
commit 75f2f57083

View file

@ -37,7 +37,7 @@ jobs:
- name: github pages deploy - name: github pages deploy
uses: peaceiris/actions-gh-pages@v3.8.0 uses: peaceiris/actions-gh-pages@v3.8.0
env: env:
github_token: ${{ github.token }} github_token: ${{ secrets.GITHUB_TOKEN }}
publish_branch: gh-pages publish_branch: gh-pages
publish_dir: docs publish_dir: docs
force_orphan: true force_orphan: true