Skip to content

Commit

Permalink
DOC-2220: Testing site removal
Browse files Browse the repository at this point in the history
  • Loading branch information
MitchC1999 committed Dec 19, 2023
1 parent 15aa213 commit 619362b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion -scripts/generate-site.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ antora "$PLAYBOOK"

echo -e "\nCopying all $SOURCE_VERSION content to $DEST_VERSION directory."
mkdir "$DEST_DIR"
cp -a "$SOURCE_DIR." "$DEST_DIR"
# cp -a "$SOURCE_DIR." "$DEST_DIR"

cp -a "$SOURCE_DIR" "$DEST_DIR"

echo "$DEST_VERSION site now in sync with $SOURCE_VERSION."

0 comments on commit 619362b

Please sign in to comment.