Update test_Bt.yml
This commit is contained in:
parent
e173587e96
commit
847012aaa4
1 changed files with 6 additions and 4 deletions
10
.github/workflows/test_Bt.yml
vendored
10
.github/workflows/test_Bt.yml
vendored
|
@ -13,8 +13,10 @@ jobs:
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
- name: 'Get Tracker'
|
- name: 'Get Tracker'
|
||||||
run: bash ./bt.sh
|
run: bash ./bt.sh
|
||||||
- name: 'Upload firmware directory'
|
- name: Deploy
|
||||||
uses: actions/upload-artifact@main
|
uses: peaceiris/actions-gh-pages@v3
|
||||||
with:
|
with:
|
||||||
name: tracker.txt
|
github_token: ${{ secrets.HUGO_DEPLOY_TOKEN }}
|
||||||
path: tracker
|
PUBLISH_BRANCH: main
|
||||||
|
PUBLISH_DIR: tracker.txt
|
||||||
|
commit_message: ${{ github.event.head_commit.message }}
|
||||||
|
|
Loading…
Reference in a new issue