diff --git a/.github/workflows/deploy-jupyter-book.yml b/.github/workflows/deploy-jupyter-book.yml index f210423..be6b0dd 100644 --- a/.github/workflows/deploy-jupyter-book.yml +++ b/.github/workflows/deploy-jupyter-book.yml @@ -22,6 +22,10 @@ jobs: build-book: runs-on: ubuntu-latest + env: + # Set BASE_URL required for build --html + BASE_URL: /${{ github.event.repository.name }} + steps: - uses: actions/checkout@v6