We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3bd2209 commit c124673Copy full SHA for c124673
.github/workflows/demos.yml
@@ -15,7 +15,7 @@ jobs:
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"
18
- run: cp -R examples/use_cases/* demos/ && cp examples/tutorials/00_api_basics.ipynb demos/
+ run: mkdir demos/ && 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