File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments