diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 2478df4..08cbd87 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -38,13 +38,13 @@ jobs: # Build the book - name: Build the book run: | - jupyter-book build . + jupyter-book build ./fair4rs # Upload the book's HTML as an artifact - name: Upload artifact uses: actions/upload-pages-artifact@v2 with: - path: "_build/html" + path: "fair4rs/_build/html" # Deploy the book's HTML to GitHub Pages - name: Deploy to GitHub Pages