From 0d3dc1c7d6da3dfaa1644a9be505a77d311aa0b1 Mon Sep 17 00:00:00 2001 From: MKStoler1024 <158786854+MKStoler1024@users.noreply.github.com> Date: Fri, 31 Jan 2025 18:05:57 +0000 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=9B=B4=E6=96=B0=E4=B8=8A=E4=BC=A0?= =?UTF-8?q?=E5=B7=A5=E4=BB=B6=E7=9A=84=20GitHub=20Actions=20=E7=89=88?= =?UTF-8?q?=E6=9C=AC=E8=87=B3=20v4=EF=BC=8C=E5=B9=B6=E6=B7=BB=E5=8A=A0?= =?UTF-8?q?=E6=96=87=E4=BB=B6=E6=9C=AA=E6=89=BE=E5=88=B0=E6=97=B6=E7=9A=84?= =?UTF-8?q?=E9=94=99=E8=AF=AF=E5=A4=84=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/deploy-docs.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/deploy-docs.yml b/.github/workflows/deploy-docs.yml index 01cc2a6..580dd43 100644 --- a/.github/workflows/deploy-docs.yml +++ b/.github/workflows/deploy-docs.yml @@ -43,10 +43,12 @@ jobs: > src/.vuepress/dist/.nojekyll - name: 上传工件 - uses: actions/upload-pages-artifact@v2 + uses: actions/upload-artifact@v4 with: + name: github-pages path: src/.vuepress/dist retention-days: 1 + if-no-files-found: error deploy: needs: build