build: readd GH token

This commit is contained in:
Kat Inskip 2024-04-07 10:27:53 -07:00
parent 7aa82039fa
commit 419d64960a
Signed by: kat
GPG key ID: 465E64DECEA8CF0F

View file

@ -22,5 +22,6 @@ jobs:
- name: Deploy - name: Deploy
uses: peaceiris/actions-gh-pages@v3 uses: peaceiris/actions-gh-pages@v3
with: with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_branch: site publish_branch: site
publish_dir: _site publish_dir: _site