We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8b5565 commit 897dd59Copy full SHA for 897dd59
.github/workflows/deploy_book.yml
@@ -33,7 +33,7 @@ jobs:
33
python -m pip install jupyter-book
34
jupyter-book build ./src
35
mkdir -p ./dist/book
36
- cp -r ./_build/html ./dist/book
+ cp -r ./src/_build/html ./dist/book
37
38
- name: Upload artifact
39
uses: actions/upload-pages-artifact@v3
0 commit comments