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 5cd6f0d commit b1fa2c6Copy full SHA for b1fa2c6
.github/workflows/docs.yml
@@ -30,7 +30,7 @@ jobs:
30
31
- name: Generate notebook examples
32
run: |
33
- poetry run jupyter nbconvert --to markdown --allow-errors --output-dir docs/examples notebooks/*.ipynb
+ poetry run jupyter nbconvert --to markdown --allow-errors --output-dir docs/examples tutorials/*.ipynb
34
35
- name: Deploy docs
36
0 commit comments