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 fce7fc3 commit 435a6a4Copy full SHA for 435a6a4
ci_scripts/hooks/pre-doc-compile.sh
@@ -29,7 +29,7 @@ done
29
30
## 2 convert all ipynb files to markdown, and delete the ipynb files.
31
# ../practices/**/*.ipynb
32
-for i in ${SCRIPT_DIR}/../../docs/practices/**/*.ipynb ; do
+for i in $(find ${SCRIPT_DIR}/../../docs/ -name '*.ipynb' -type f ) ; do
33
echo "convert $i to markdown and delete ipynb"
34
jupyter nbconvert --to markdown "$i"
35
rm "$i"
0 commit comments