diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index 0ffc944d..17ba0f6e 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -13,7 +13,7 @@ concurrency: group: "pages" cancel-in-progress: false - + jobs: build-source: runs-on: windows-latest @@ -144,8 +144,7 @@ jobs: - name: Upload artifact uses: actions/upload-pages-artifact@v3 with: - # Upload entire repository - path: '.' + path: '_build' - name: Deploy to GitHub Pages id: deployment uses: actions/deploy-pages@v4 \ No newline at end of file