From 3218da91ceadabd5150ee1d497726fe6d33e8d16 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9F=B3=E7=A5=9E?= <3162475700@qq.com> Date: Thu, 5 Sep 2024 09:43:00 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=99=82=E4=BF=AE=E6=94=B9=E5=88=86?= =?UTF-8?q?=E6=94=AF=E5=90=8D=E7=A7=B0=EF=BC=8C=E6=B7=BB=E5=8A=A0vercel.js?= =?UTF-8?q?on?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/friend_circle_lite.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/friend_circle_lite.yml b/.github/workflows/friend_circle_lite.yml index 74e1320..e2b1827 100644 --- a/.github/workflows/friend_circle_lite.yml +++ b/.github/workflows/friend_circle_lite.yml @@ -64,12 +64,12 @@ jobs: - name: Commit changes run: | mkdir pages - cp -r main index.html all.json errors.json ./rss_subscribe/last_articles.json pages/ + cp -r main index.html all.json errors.json pages/ cd pages git init git add . git commit -m "⏱️ $(date +"%Y年%m月%d日-%H时%M分") GitHub Actions定时更新" - git push --force https://x-access-token:${{ secrets.GITHUB_TOKEN }}@github.com/${{ github.repository }}.git HEAD:gh-pages + git push --force https://x-access-token:${{ secrets.GITHUB_TOKEN }}@github.com/${{ github.repository }}.git HEAD:page - name: Delete Workflow Runs uses: Mattraks/delete-workflow-runs@v2