Skip to content

Commit f876a0e

Browse files
committed
Try to convert *.md files manually.
1 parent 9b0f2e4 commit f876a0e

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/test_selenium.yml

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

3333
- name: Debug into
3434
shell: bash -l {0}
35-
run: ls docs
35+
run: find . -name "*.md" -printf '"%p"\n' | xargs jupytext --to notebook --execute
3636

3737
- name: Selenium tests
3838
shell: bash -l {0}

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ dist/
77
docs/index.html
88
docs/_build/
99
docs/quickstart.ipynb
10+
docs/**/*.ipynb
1011
examples/results/*
1112
.cache/
1213
.idea/

0 commit comments

Comments
 (0)