| ... | @@ -118,17 +118,9 @@ $S3CMD put -P --no-mime-magic \ | ... | @@ -118,17 +118,9 @@ $S3CMD put -P --no-mime-magic \ |
| 118 | --add-header="Cache-Control: max-age=0, must-revalidate" \ | 118 | --add-header="Cache-Control: max-age=0, must-revalidate" \ |
| 119 | "$LANGREF" s3://ziglang.org/documentation/master/index.html | 119 | "$LANGREF" s3://ziglang.org/documentation/master/index.html |
| 120 | | 120 | |
| 121 | $S3CMD put -P --no-mime-magic \ | 121 | $S3CMD put -P --no-mime-magic --recursive \ |
| 122 | --add-header="Cache-Control: max-age=0, must-revalidate" \ | | |
| 123 | "$ZIGDIR/docs/std/index.html" s3://ziglang.org/documentation/master/std/index.html | | |
| 124 | | | |
| 125 | $S3CMD put -P --no-mime-magic \ | | |
| 126 | --add-header="Cache-Control: max-age=0, must-revalidate" \ | | |
| 127 | "$ZIGDIR/docs/std/main.js" s3://ziglang.org/documentation/master/std/main.js | | |
| 128 | | | |
| 129 | $S3CMD put -P --no-mime-magic \ | | |
| 130 | --add-header="Cache-Control: max-age=0, must-revalidate" \ | 122 | --add-header="Cache-Control: max-age=0, must-revalidate" \ |
| 131 | "$ZIGDIR/docs/std/data.js" s3://ziglang.org/documentation/master/std/data.js | 123 | "$ZIGDIR/docs/std/" s3://ziglang.org/documentation/master/std/ |
| 132 | | 124 | |
| 133 | $S3CMD put -P --no-mime-magic \ | 125 | $S3CMD put -P --no-mime-magic \ |
| 134 | --add-header="cache-control: public, max-age=31536000, immutable" \ | 126 | --add-header="cache-control: public, max-age=31536000, immutable" \ |