| ... | @@ -92,14 +92,6 @@ WWWDIR="$(pwd)" | ... | @@ -92,14 +92,6 @@ WWWDIR="$(pwd)" |
| 92 | | 92 | |
| 93 | $S3CMD put -P --no-mime-magic --add-header="cache-control: public, max-age=31536000, immutable" "$HOME/$SRC_TARBALL" s3://ziglang.org/builds/ | 93 | $S3CMD put -P --no-mime-magic --add-header="cache-control: public, max-age=31536000, immutable" "$HOME/$SRC_TARBALL" s3://ziglang.org/builds/ |
| 94 | | 94 | |
| 95 | $S3CMD put -P --no-mime-magic "$LANGREF" s3://ziglang.org/documentation/master/index.html --add-header="Cache-Control: max-age=0, must-revalidate" | | |
| 96 | $S3CMD put -P --no-mime-magic "$ZIGDIR/docs/std/index.html" s3://ziglang.org/documentation/master/std/index.html --add-header="Cache-Control: max-age=0, must-revalidate" | | |
| 97 | $S3CMD put -P --no-mime-magic "$ZIGDIR/docs/std/data.js" s3://ziglang.org/documentation/master/std/data.js --add-header="Cache-Control: max-age=0, must-revalidate" | | |
| 98 | $S3CMD put -P --no-mime-magic "$ZIGDIR/docs/std/main.js" s3://ziglang.org/documentation/master/std/main.js --add-header="Cache-Control: max-age=0, must-revalidate" | | |
| 99 | | | |
| 100 | $S3CMD put -P --no-mime-magic "$CIDIR/out/index.html" s3://ziglang.org/download/index.html --add-header="Cache-Control: max-age=0, must-revalidate" | | |
| 101 | $S3CMD put -P --no-mime-magic "$CIDIR/out/index.json" s3://ziglang.org/download/index.json --add-header="Cache-Control: max-age=0, must-revalidate" | | |
| 102 | | | |
| 103 | cd "$WWWDIR" | 95 | cd "$WWWDIR" |
| 104 | cp "$CIDIR/out/index.json" data/releases.json | 96 | cp "$CIDIR/out/index.json" data/releases.json |
| 105 | mkdir -p content/documentation/master/std | 97 | mkdir -p content/documentation/master/std |