Commit 08c5f7d059

Andrew Kelley <superjoe30@gmail.com>
2018-10-23 23:06:37
travis: add missing http headers for docs
1 parent 6fe7dd9
Changed files (1)
ci/travis_linux_script
@@ -21,6 +21,6 @@ if [ "${TRAVIS_PULL_REQUEST}" = "false" ]; then
   touch empty
   s3cmd put -P empty s3://ziglang.org/builds/zig-linux-x86_64-$TRAVIS_BRANCH.tar.xz --add-header="Cache-Control: max-age=0, must-revalidate" --add-header=x-amz-website-redirect-location:/builds/$(ls $TRAVIS_BUILD_DIR/artifacts)
   if [ "${TRAVIS_BRANCH}" = "master" ]; then
-    s3cmd put -P ../zig-cache/langref.html s3://ziglang.org/documentation/master/index.html
+    s3cmd put -P ../zig-cache/langref.html s3://ziglang.org/documentation/master/index.html --no-mime-magic --no-preserve --add-header="Cache-Control: max-age=0, must-revalidate"
   fi
 fi