Update test_Bt.yml

This commit is contained in:
lesfox 2023-01-31 23:33:57 +08:00 committed by GitHub
parent e173587e96
commit 847012aaa4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 }}