diff --git a/.github/workflows/generate_docs.yml b/.github/workflows/generate_docs.yml index c177cc0..8f54c65 100644 --- a/.github/workflows/generate_docs.yml +++ b/.github/workflows/generate_docs.yml @@ -34,7 +34,7 @@ jobs: - name: Upload artifact uses: actions/upload-pages-artifact@v3 with: - path: 'target/doc/musicxml' + path: 'target/doc' - name: Deploy to GitHub Pages id: deployment uses: actions/deploy-pages@v4