diff --git a/.github/workflows/book.yml b/.github/workflows/book.yml index 621bc89..0da9c77 100644 --- a/.github/workflows/book.yml +++ b/.github/workflows/book.yml @@ -28,11 +28,11 @@ jobs: # Build the book - name: Build the book run: | - jupyter-book build docs/ + jupyter-book build # Push the book's HTML to github-pages - name: GitHub Pages action uses: peaceiris/actions-gh-pages@v3.5.9 with: github_token: ${{ secrets.GITHUB_TOKEN }} - publish_dir: ./docs/_build/html \ No newline at end of file + publish_dir: ./_build/html \ No newline at end of file