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 d05a27f commit cb68ae5Copy full SHA for cb68ae5
.github/workflows/export_tutorials.yml
@@ -46,7 +46,7 @@ jobs:
46
pyfilename=$(echo ${filename%?????})py
47
timeout --signal=SIGKILL $TUTORIAL_TIMEOUT python -Xfrozen_modules=off -m jupyter nbconvert $file --to python --output $pyfilename --output-dir=$(dirname $file)
48
htmlfilename=$(echo ${filename%?????} | sed -e 's/-//g')html
49
- htmldir="docs/source"/$(echo ${file%?????} | sed -e 's/-//g')html
+ htmldir="docs/source"/$(echo ${file%??????????????} | sed -e 's/-//g')
50
timeout --signal=SIGKILL $TUTORIAL_TIMEOUT python -Xfrozen_modules=off -m jupyter nbconvert --execute $file --to html --output $htmlfilename --output-dir=$htmldir
51
fi
52
done
0 commit comments