Skip to content

Commit d8c741a

Browse files
committed
Temporarily disable Asciicast building.
1 parent d7bd114 commit d8c741a

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.ci/prepare_doc_bundle.sh

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,9 @@ python generate_reference.py sgr "$TARGET_DIR"/sgr
2626
echo "Generating configuration reference"
2727
python generate_reference.py config "$TARGET_DIR"/0100_config-flag-reference.mdx
2828

29-
echo "Building Asciinema casts"
30-
TARGET_DIR=$TARGET_DIR "$CI_DIR"/rebuild_asciicasts.sh
29+
# Temporarily disabled: these take way too much time and aren't used by the website.
30+
# echo "Building Asciinema casts"
31+
# TARGET_DIR=$TARGET_DIR "$CI_DIR"/rebuild_asciicasts.sh
3132

3233
echo "Archiving the bundle $OUTPUT.tar.gz"
3334
cd "$TARGET_DIR"/..

0 commit comments

Comments
 (0)