Skip to content

Commit

Permalink
DOC-2263: Fix current site generation
Browse files Browse the repository at this point in the history
  • Loading branch information
MitchC1999 committed Jan 25, 2024
1 parent d39ea3b commit c9eddd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion -scripts/generate-site.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ SITE_DIR="$BUILD_DIR/site/tinymce"

SOURCE_VERSION="latest"
SOURCE_DIR="$SITE_DIR/$SOURCE_VERSION/"
DEST_VERSION=6
DEST_VERSION=7
DEST_DIR="$SITE_DIR/$DEST_VERSION/"

echo -e "\nRemoving existing $SITE_DIR directory."
Expand Down

0 comments on commit c9eddd3

Please sign in to comment.