From 044a022e98ce9a0a942d4fb6a078a7d433cadc11 Mon Sep 17 00:00:00 2001 From: MKStoler1024 <158786854+MKStoler1024@users.noreply.github.com> Date: Fri, 31 Jan 2025 18:08:37 +0000 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=9C=A8=E9=83=A8=E7=BD=B2=E6=96=87?= =?UTF-8?q?=E6=A1=A3=E5=B7=A5=E4=BD=9C=E6=B5=81=E4=B8=AD=E6=B7=BB=E5=8A=A0?= =?UTF-8?q?=E4=B8=8B=E8=BD=BD=E5=B7=A5=E4=BB=B6=E6=AD=A5=E9=AA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/deploy-docs.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/deploy-docs.yml b/.github/workflows/deploy-docs.yml index 580dd43..d24286c 100644 --- a/.github/workflows/deploy-docs.yml +++ b/.github/workflows/deploy-docs.yml @@ -60,6 +60,10 @@ jobs: url: ${{ steps.deployment.outputs.page_url }} runs-on: ubuntu-latest steps: + - name: 下载工件 + uses: actions/download-artifact@v4 + with: + name: github-pages - name: 部署到 GitHub Pages id: deployment uses: actions/deploy-pages@v3 \ No newline at end of file