diff --git a/.github/workflows/test_Bt.yml b/.github/workflows/test_Bt.yml index cad3ee2..6eaf5f2 100644 --- a/.github/workflows/test_Bt.yml +++ b/.github/workflows/test_Bt.yml @@ -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 }}