Skip to content

Commit

Permalink
Temporarily disable Asciicast building.
Browse files Browse the repository at this point in the history
  • Loading branch information
mildbyte committed Jan 21, 2022
1 parent d7bd114 commit d8c741a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .ci/prepare_doc_bundle.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"/..
Expand Down

0 comments on commit d8c741a

Please sign in to comment.