Update test_Bt.yml
This commit is contained in:
parent
40599c990e
commit
ccf173dad2
1 changed files with 1 additions and 1 deletions
2
.github/workflows/test_Bt.yml
vendored
2
.github/workflows/test_Bt.yml
vendored
|
@ -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 }}
|
||||||
|
|
Loading…
Reference in a new issue