From 7c91a6fe48b7c807a691fb83bf88b25291bb9298 Mon Sep 17 00:00:00 2001 From: Andrew Kelley Date: Thu, 1 Sep 2022 12:57:06 -0700 Subject: [PATCH] CI: fix CLI usage of s3cmd regarding mime types for autodocs --- ci/srht/update_download_page | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 \