Skip to content

Commit b1fa2c6

Browse files
authored
Update notebook example generation to include tutorials
1 parent 5cd6f0d commit b1fa2c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030

3131
- name: Generate notebook examples
3232
run: |
33-
poetry run jupyter nbconvert --to markdown --allow-errors --output-dir docs/examples notebooks/*.ipynb
33+
poetry run jupyter nbconvert --to markdown --allow-errors --output-dir docs/examples tutorials/*.ipynb
3434
3535
- name: Deploy docs
3636
run: |

0 commit comments

Comments
 (0)