We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 007a524 + df72e9b commit 7ff853aCopy full SHA for 7ff853a
2 files changed
deployDocs.sh
@@ -22,6 +22,11 @@ sync_docs() {
22
echo "Building docs"
23
mkdocs build
24
25
+ if [ "$RUN_MODE" = "production" ]; then
26
+ echo "copying sitemap.xml"
27
+ cp sitemap.xml ./site/.
28
+ fi
29
+
30
if [ -f $REDIRECT_MAPPINGS_FILE ]; then
31
echo "Setting up redirects"
32
./$REDIRECT_MAPPINGS_SCRIPT $REDIRECT_MAPPINGS_FILE $AWS_S3_LOCAL_PATH
0 commit comments