We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 897dd59 commit 00349e6Copy full SHA for 00349e6
.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 ./src/_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