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
|
||||
- name: 'Get Tracker'
|
||||
run: bash ./bt.sh
|
||||
- name: 'Upload firmware directory'
|
||||
uses: actions/upload-artifact@main
|
||||
- name: Deploy
|
||||
uses: peaceiris/actions-gh-pages@v3
|
||||
with:
|
||||
name: tracker.txt
|
||||
path: tracker
|
||||
github_token: ${{ secrets.HUGO_DEPLOY_TOKEN }}
|
||||
PUBLISH_BRANCH: main
|
||||
PUBLISH_DIR: tracker.txt
|
||||
commit_message: ${{ github.event.head_commit.message }}
|
||||
|
|
Loading…
Reference in a new issue