Fix Docs CI When Compile Error (#2323)

This commit is contained in:
Chayenne
2024-12-04 11:19:46 -08:00
committed by GitHub
parent 2db4469808
commit 786be44da5
3 changed files with 7 additions and 7 deletions

View File

@@ -19,7 +19,7 @@ compile:
echo "Executing $$nb"; \
jupyter nbconvert --to notebook --execute --inplace "$$nb" \
--ExecutePreprocessor.timeout=600 \
--ExecutePreprocessor.kernel_name=python3; \
--ExecutePreprocessor.kernel_name=python3 || exit 1; \
fi; \
done