Skip to content

Commit 821ddf0

Browse files
committed
also copy our favourite tutorial for the same treatment as other demos.
1 parent c5836fc commit 821ddf0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/demos.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ on:
55
branches-ignore: [main]
66
paths:
77
- "examples/use_cases/**/*.ipynb"
8+
- "examples/tutorials/00_api_basics.ipynb"
89

910
jobs:
1011
copy-docs:
@@ -14,7 +15,7 @@ jobs:
1415
with:
1516
fetch-depth: 0 # otherwise, there would be errors pushing refs to the destination repository.
1617
- name: "Copy demo notebooks to top level demos folder"
17-
run: cp -R examples/use_cases/* demos/
18+
run: cp -R examples/use_cases/* demos/ && cp examples/tutorials/00_api_basics.ipynb demos/
1819

1920
- name: "Regex out the NBVAL_SKIP and NBVAL_IGNORE_OUTPUT comments"
2021
run: |

0 commit comments

Comments
 (0)