We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b0f2e4 commit f876a0eCopy full SHA for f876a0e
.github/workflows/test_selenium.yml
@@ -32,7 +32,7 @@ jobs:
32
33
- name: Debug into
34
shell: bash -l {0}
35
- run: ls docs
+ run: find . -name "*.md" -printf '"%p"\n' | xargs jupytext --to notebook --execute
36
37
- name: Selenium tests
38
.gitignore
@@ -7,6 +7,7 @@ dist/
7
docs/index.html
8
docs/_build/
9
docs/quickstart.ipynb
10
+docs/**/*.ipynb
11
examples/results/*
12
.cache/
13
.idea/
0 commit comments