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