From 8240a688f7889053390e93203f5d12cab542834a Mon Sep 17 00:00:00 2001 From: CorrectRoadH Date: Mon, 15 Jan 2024 14:36:21 +0800 Subject: [PATCH] fix: fix release push not work (#385) --- .github/workflows/release.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 473981e..6ec8aec 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -70,8 +70,9 @@ jobs: - name: Push changes uses: ad-m/github-push-action@master with: + directory: pages + github_url: https://github.com/IceWhaleTech/icewhaletech.github.io github_token: ${{ secrets.GITHUB_TOKEN }} - branch: ${{ github.ref }} - + branch: main