diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 86470e6..77dc0ee 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -40,7 +40,7 @@ jobs: - name: Upload artifact uses: actions/upload-pages-artifact@v3 with: - path: './_build/html' + path: './_build/site' - name: Deploy to GitHub Pages id: deployment uses: actions/deploy-pages@v4