diff --git a/.github/workflows/auto-doxygen.yml b/.github/workflows/auto-doxygen.yml index 9e8930662..41182258e 100644 --- a/.github/workflows/auto-doxygen.yml +++ b/.github/workflows/auto-doxygen.yml @@ -20,7 +20,8 @@ jobs: - uses: actions/upload-artifact@v4 with: name: HTML_doxygen - path: qelectrotech-source-mirror/doc/html/ + path: ${{ github.workspace }}/doc/html/ + deploy: # Add a dependency to the build job @@ -42,3 +43,5 @@ jobs: - name: Deploy to GitHub Pages id: deployment uses: actions/deploy-pages@v4 # or specific "vX.X.X" version tag for this action + with: + artifact_name: HTML_doxygen