We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5836fc commit 821ddf0Copy full SHA for 821ddf0
.github/workflows/demos.yml
@@ -5,6 +5,7 @@ on:
5
branches-ignore: [main]
6
paths:
7
- "examples/use_cases/**/*.ipynb"
8
+ - "examples/tutorials/00_api_basics.ipynb"
9
10
jobs:
11
copy-docs:
@@ -14,7 +15,7 @@ jobs:
14
15
with:
16
fetch-depth: 0 # otherwise, there would be errors pushing refs to the destination repository.
17
- name: "Copy demo notebooks to top level demos folder"
- run: cp -R examples/use_cases/* demos/
18
+ run: cp -R examples/use_cases/* demos/ && cp examples/tutorials/00_api_basics.ipynb demos/
19
20
- name: "Regex out the NBVAL_SKIP and NBVAL_IGNORE_OUTPUT comments"
21
run: |
0 commit comments