Update test_Bt.yml
This commit is contained in:
parent
98ed58135e
commit
2b2578b05c
1 changed files with 3 additions and 3 deletions
6
.github/workflows/test_Bt.yml
vendored
6
.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.GITHUB_TOKEN }}
|
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
PUBLISH_BRANCH: main
|
publish_dir: ./tracker
|
||||||
PUBLISH_DIR: ./public
|
|
||||||
|
|
Loading…
Reference in a new issue