We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d7bd114 commit d8c741aCopy full SHA for d8c741a
1 file changed
.ci/prepare_doc_bundle.sh
@@ -26,8 +26,9 @@ python generate_reference.py sgr "$TARGET_DIR"/sgr
26
echo "Generating configuration reference"
27
python generate_reference.py config "$TARGET_DIR"/0100_config-flag-reference.mdx
28
29
-echo "Building Asciinema casts"
30
-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"
31
+# TARGET_DIR=$TARGET_DIR "$CI_DIR"/rebuild_asciicasts.sh
32
33
echo "Archiving the bundle $OUTPUT.tar.gz"
34
cd "$TARGET_DIR"/..
0 commit comments