From 6573911fdbf5c6e1a1af0496db0edfe9ac733f8a Mon Sep 17 00:00:00 2001 From: "panxuchen.pxc" Date: Fri, 19 Jan 2024 12:03:57 +0800 Subject: [PATCH] fix artifact path --- .github/workflows/sphinx_docs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sphinx_docs.yml b/.github/workflows/sphinx_docs.yml index 130733140..6e533b9db 100644 --- a/.github/workflows/sphinx_docs.yml +++ b/.github/workflows/sphinx_docs.yml @@ -34,7 +34,7 @@ jobs: uses: actions/upload-artifact@v3 with: name: SphinxDoc - path: docs/sphinx_doc/build/html/ + path: ${{ steps.deployment.outputs.artifact }} - uses: peaceiris/actions-gh-pages@v3 if: github.event_name == 'release' with: