Update test_Bt.yml

This commit is contained in:
lesfox 2023-01-31 23:43:05 +08:00 committed by GitHub
parent 40599c990e
commit ccf173dad2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -16,7 +16,7 @@ jobs:
- name: Deploy - name: Deploy
uses: peaceiris/actions-gh-pages@v3 uses: peaceiris/actions-gh-pages@v3
with: with:
github_token: ${{ secrets.HUGO_DEPLOY_TOKEN }} github_token: ${{ secrets.DEPLOY_TOKEN }}
PUBLISH_BRANCH: main PUBLISH_BRANCH: main
PUBLISH_DIR: ./tracker PUBLISH_DIR: ./tracker
commit_message: ${{ github.event.head_commit.message }} commit_message: ${{ github.event.head_commit.message }}