diff --git a/.ci/prepare_doc_bundle.sh b/.ci/prepare_doc_bundle.sh index 8c8bb08f..1a93aa54 100755 --- a/.ci/prepare_doc_bundle.sh +++ b/.ci/prepare_doc_bundle.sh @@ -26,8 +26,9 @@ python generate_reference.py sgr "$TARGET_DIR"/sgr echo "Generating configuration reference" python generate_reference.py config "$TARGET_DIR"/0100_config-flag-reference.mdx -echo "Building Asciinema casts" -TARGET_DIR=$TARGET_DIR "$CI_DIR"/rebuild_asciicasts.sh +# Temporarily disabled: these take way too much time and aren't used by the website. +# echo "Building Asciinema casts" +# TARGET_DIR=$TARGET_DIR "$CI_DIR"/rebuild_asciicasts.sh echo "Archiving the bundle $OUTPUT.tar.gz" cd "$TARGET_DIR"/..