Skip to content

Commit 897dd59

Browse files
committed
I really should quit
1 parent e8b5565 commit 897dd59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy_book.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
python -m pip install jupyter-book
3434
jupyter-book build ./src
3535
mkdir -p ./dist/book
36-
cp -r ./_build/html ./dist/book
36+
cp -r ./src/_build/html ./dist/book
3737
3838
- name: Upload artifact
3939
uses: actions/upload-pages-artifact@v3

0 commit comments

Comments
 (0)