diff --git a/.github/workflows/deploy_docs.yml b/.github/workflows/deploy_docs.yml index f7fcb17b..be27a507 100644 --- a/.github/workflows/deploy_docs.yml +++ b/.github/workflows/deploy_docs.yml @@ -48,4 +48,5 @@ jobs: steps: - name: Deploy to GitHub Pages id: deployment + artifact_name: sphinx_html_docs uses: actions/deploy-pages@v4 # or specific "vX.X.X" version tag for this action \ No newline at end of file