We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 056f429 commit d571ab7Copy full SHA for d571ab7
scripts/upload-docs
@@ -21,7 +21,7 @@ fi
21
s3-sync() {
22
echo "--- Uploading to s3://${S3_BUCKET_NAME}/docs"
23
ls -a
24
- aws s3 sync _site s3://${S3_BUCKET_NAME}/docs/
+ aws s3 sync _site s3://${S3_BUCKET_NAME}/docs/ --delete
25
}
26
27
# Only Sync to S3 on Build step and for prod/staging environments
0 commit comments