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