Skip to content

Commit cb68ae5

Browse files
committed
update html dir
1 parent d05a27f commit cb68ae5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/export_tutorials.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
pyfilename=$(echo ${filename%?????})py
4747
timeout --signal=SIGKILL $TUTORIAL_TIMEOUT python -Xfrozen_modules=off -m jupyter nbconvert $file --to python --output $pyfilename --output-dir=$(dirname $file)
4848
htmlfilename=$(echo ${filename%?????} | sed -e 's/-//g')html
49-
htmldir="docs/source"/$(echo ${file%?????} | sed -e 's/-//g')html
49+
htmldir="docs/source"/$(echo ${file%??????????????} | sed -e 's/-//g')
5050
timeout --signal=SIGKILL $TUTORIAL_TIMEOUT python -Xfrozen_modules=off -m jupyter nbconvert --execute $file --to html --output $htmlfilename --output-dir=$htmldir
5151
fi
5252
done

0 commit comments

Comments
 (0)