From 2bd80485e8427fc70031f7036334690396b6ec38 Mon Sep 17 00:00:00 2001 From: PJ568 Date: Tue, 12 Dec 2023 21:42:20 +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 ee70516..ea52e84 100644 --- a/.github/workflows/Home_Index.yml +++ b/.github/workflows/Home_Index.yml @@ -89,7 +89,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.