update html dir

This commit is contained in:
Dario Coscia
2025-03-15 20:37:03 +01:00
committed by Nicola Demo
parent dcee5d94a2
commit 5a3db1e356

View File

@@ -46,7 +46,7 @@ jobs:
pyfilename=$(echo ${filename%?????})py
timeout --signal=SIGKILL $TUTORIAL_TIMEOUT python -Xfrozen_modules=off -m jupyter nbconvert $file --to python --output $pyfilename --output-dir=$(dirname $file)
htmlfilename=$(echo ${filename%?????} | sed -e 's/-//g')html
htmldir="docs/source"/$(echo ${file%?????} | sed -e 's/-//g')html
htmldir="docs/source"/$(echo ${file%??????????????} | sed -e 's/-//g')
timeout --signal=SIGKILL $TUTORIAL_TIMEOUT python -Xfrozen_modules=off -m jupyter nbconvert --execute $file --to html --output $htmlfilename --output-dir=$htmldir
fi
done