Update test_Bt.yml
This commit is contained in:
parent
26bf7cf686
commit
98ed58135e
1 changed files with 2 additions and 2 deletions
4
.github/workflows/test_Bt.yml
vendored
4
.github/workflows/test_Bt.yml
vendored
|
@ -16,6 +16,6 @@ jobs:
|
||||||
- name: Deploy
|
- name: Deploy
|
||||||
uses: peaceiris/actions-gh-pages@v3
|
uses: peaceiris/actions-gh-pages@v3
|
||||||
with:
|
with:
|
||||||
github_token: ${{ secrets.DEPLOY_TOKEN }}
|
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
PUBLISH_BRANCH: main
|
PUBLISH_BRANCH: main
|
||||||
PUBLISH_DIR: ./tracker
|
PUBLISH_DIR: ./public
|
||||||
|
|
Loading…
Reference in a new issue