diff --git a/ci/srht/update_download_page b/ci/srht/update_download_page index 928c9977db..b6ff10bbaa 100755 --- a/ci/srht/update_download_page +++ b/ci/srht/update_download_page @@ -132,7 +132,7 @@ $S3CMD put -P --no-mime-magic \ $S3CMD put -P --no-mime-magic --recursive \ --add-header="Cache-Control: max-age=0, must-revalidate" \ - --add-header="Content-Type: text/html" \ + -m "text/html" \ "$ZIGDIR/docs/std/src/" s3://ziglang.org/documentation/master/std/src/ $S3CMD put -P --no-mime-magic \