We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8832e34 + b9d2f59 commit adeb2a1Copy full SHA for adeb2a1
1 file changed
.github/workflows/ci_publish.yml
@@ -44,7 +44,9 @@ jobs:
44
# Run this even if previous step fails, so we can preview the run output
45
if: always()
46
run: |
47
- zip -r full-book.zip .
+ # Zip up the full _build/* directory, so jupyterbook.pub can render them
48
+ # In the future, we should be able to ship just our notebooks + the execution outputs
49
+ zip -r full-book.zip _build/*
50
51
- name: Upload zipped full book artifact
52
uses: actions/upload-artifact@v6
0 commit comments