diff --git a/.github/workflows/publish-book.yml b/.github/workflows/publish-book.yml index 7097313..6e2ee90 100644 --- a/.github/workflows/publish-book.yml +++ b/.github/workflows/publish-book.yml @@ -47,6 +47,7 @@ jobs: - name: 📖 Build the book shell: bash -l {0} run: | + cd src mkdir -p _notebook_cache jupyter-book build . - name: 📖 Show logs from the book build