From 847012aaa4d6063815d69840c83a77dded8ee2e2 Mon Sep 17 00:00:00 2001 From: lesfox Date: Tue, 31 Jan 2023 23:33:57 +0800 Subject: [PATCH] Update test_Bt.yml --- .github/workflows/test_Bt.yml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) 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 }}