| ... | @@ -132,7 +132,7 @@ $S3CMD put -P --no-mime-magic \ | ... | @@ -132,7 +132,7 @@ $S3CMD put -P --no-mime-magic \ |
| 132 | | 132 | |
| 133 | $S3CMD put -P --no-mime-magic --recursive \ | 133 | $S3CMD put -P --no-mime-magic --recursive \ |
| 134 | --add-header="Cache-Control: max-age=0, must-revalidate" \ | 134 | --add-header="Cache-Control: max-age=0, must-revalidate" \ |
| 135 | --add-header="Content-Type: text/html" \ | 135 | -m "text/html" \ |
| 136 | "$ZIGDIR/docs/std/src/" s3://ziglang.org/documentation/master/std/src/ | 136 | "$ZIGDIR/docs/std/src/" s3://ziglang.org/documentation/master/std/src/ |
| 137 | | 137 | |
| 138 | $S3CMD put -P --no-mime-magic \ | 138 | $S3CMD put -P --no-mime-magic \ |