Update gh-pages push token

This commit is contained in:
Haishan 2023-01-30 21:52:35 +08:00
parent 0c30589487
commit e115a8ee21

View file

@ -69,7 +69,7 @@ jobs:
- name: Push to gh-pages
if: github.event_name == 'push' && (startsWith(github.event.ref, 'refs/tags/') || github.event.ref == 'refs/heads/publish')
env:
GITHUB_TOKEN: ${{ secrets.TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
PUBLISH_DIR: public
BRANCH: gh-pages
run: |