Skip to content

Commit 00349e6

Browse files
committed
Noting there are so many ways in which genAI tools create things that are just a little bit off.. i.e. completely broken
1 parent 897dd59 commit 00349e6

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 ./src/_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)