From cfa19a72cfbc20d382aedc8067442edc250a4697 Mon Sep 17 00:00:00 2001 From: PJ568 Date: Tue, 12 Dec 2023 21:42:42 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20Actions?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/Home_Index.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/Home_Index.yml b/.github/workflows/Home_Index.yml index 33bdd4c..9ab33c2 100644 --- a/.github/workflows/Home_Index.yml +++ b/.github/workflows/Home_Index.yml @@ -114,7 +114,7 @@ jobs: echo "excluded-count = ${{ steps.sitemap.outputs.excluded-count }}" # Deploy - - uses: JamesIves/github-pages-deploy-action@4.1.7 + - uses: JamesIves/github-pages-deploy-action@v4 with: branch: gh-pages # The branch the action should deploy to. folder: . # The folder the action should deploy.