We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a175b4f + 84174a3 commit 62c3080Copy full SHA for 62c3080
scripts/gh-page-docs
@@ -41,7 +41,7 @@ echo "Copy docs to local checkout"
41
rm -rf "${CHECKOUT_DIR}"
42
git clone https://github.com/aws/chalice.git --branch gh-pages \
43
--single-branch ${CHECKOUT_DIR}
44
-cp -r build/html/* ${CHECKOUT_DIR}/
+rsync -av --delete --exclude '.git' build/html/ ${CHECKOUT_DIR}/
45
# Add a .nojekyll file so make sure we don't ignore _static
46
# paths.
47
touch ${CHECKOUT_DIR}/.nojekyll
0 commit comments