Skip to content

Commit 6b4b1db

Browse files
committed
Fixing command
1 parent bdcbe52 commit 6b4b1db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ commands =
4949
buildhtml: bash -c "find . -name '*md' | grep -f ignore_testing | sort | uniq > ignore_execute; if [ -s ignore_execute ]; then cat ignore_execute | xargs -n 1 sed -i -e 's|name: python3|name: python3\nskip_execution: true|g';fi"
5050

5151
# Status check is a workaround until https://github.com/jupyter-book/mystmd/issues/2113 is fixed
52-
buildhtml: bash -c "myst build --execute --html --strict -d 2>&1 | tee /tmp/mystbuild.log"
52+
buildhtml: bash -c "npx myst build --execute --html --strict -d 2>&1 | tee /tmp/mystbuild.log"
5353
buildhtml: bash -c "if grep -q 'Traceback .most recent call last.' /tmp/mystbuild.log; then exit 1; fi"
5454
buildhtml: bash -c "rm _build/html/*thebe*.js"
5555

0 commit comments

Comments
 (0)