aboutsummaryrefslogtreecommitdiffstats
path: root/docs/ci
diff options
context:
space:
mode:
Diffstat (limited to 'docs/ci')
-rwxr-xr-xdocs/ci2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ci b/docs/ci
index 107e8370..ab442257 100755
--- a/docs/ci
+++ b/docs/ci
@@ -10,5 +10,5 @@ set -e
if [[ ! -z "${AWS_ACCESS_KEY_ID}" && $TRAVIS_BRANCH == "master" ]]; then
aws s3 sync --acl public-read ./public s3://docs.mitmproxy.org/master
aws cloudfront create-invalidation --distribution-id E1TH3USJHFQZ5Q \
- --paths "/master"
+ --paths "/master/*"
fi