File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -15,15 +15,15 @@ set -euo pipefail
1515
1616cargo about generate ci/deploy/licenses.hbs > misc/www/licenses.html
1717
18- aws s3 cp --metadata-directive REPLACE --metadata " X-Robots-Tag=noindex,nofollow " -- recursive misc/www/ s3://materialize-dev-website/
18+ aws s3 cp --recursive misc/www/ s3://materialize-dev-website/
1919
2020# We exclude all of these pages from search engines for SEO purposes. We don't
2121# want to spend our crawl budget on these pages, nor have these pages appear
2222# ahead of our marketing content.
2323RUSTDOCFLAGS=" --html-in-header $PWD /ci/deploy/noindex.html" bin/doc
2424RUSTDOCFLAGS=" --html-in-header $PWD /ci/deploy/noindex.html" bin/doc --document-private-items
25- aws s3 sync --metadata-directive REPLACE --metadata " X-Robots-Tag=noindex,nofollow " -- size-only target-xcompile/doc/ s3://materialize-dev-website/api/rust
26- aws s3 sync --metadata-directive REPLACE --metadata " X-Robots-Tag=noindex,nofollow " -- size-only target-xcompile/doc/ s3://materialize-dev-website/api/rust-private
25+ aws s3 sync --size-only target-xcompile/doc/ s3://materialize-dev-website/api/rust
26+ aws s3 sync --size-only target-xcompile/doc/ s3://materialize-dev-website/api/rust-private
2727
2828bin/pydoc
29- aws s3 sync --metadata-directive REPLACE --metadata " X-Robots-Tag=noindex,nofollow " -- size-only --delete target/pydoc/ s3://materialize-dev-website/api/python
29+ aws s3 sync --size-only --delete target/pydoc/ s3://materialize-dev-website/api/python
You can’t perform that action at this time.
0 commit comments