We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a88418b commit 0ba2231Copy full SHA for 0ba2231
.github/workflows/publish.yaml
@@ -40,7 +40,7 @@ jobs:
40
mkdir -p site
41
42
# Convert .ipynb notebooks to HTML fragments (body content only)
43
- for notebook in notebooks/*.ipynb; do
+ for notebook in */*.ipynb; do
44
if [ -f "$notebook" ]; then
45
jupyter nbconvert "$notebook" --to html \
46
--template classic --HTMLExporter.theme=light \
@@ -435,4 +435,4 @@ jobs:
435
436
- name: Deploy to GitHub Pages
437
id: deployment
438
- uses: actions/deploy-pages@v4
+ uses: actions/deploy-pages@v4
0 commit comments