We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b66e95 commit 9c03be2Copy full SHA for 9c03be2
.github/workflows/deploy_docs_v2.yml
@@ -68,11 +68,11 @@ jobs:
68
- name: Upload website to S3
69
run: |
70
aws s3 sync ./build s3://${BUCKET}/main/${RUN} \
71
- --exclude "index.html" \
+ --exclude "*/index.html" \
72
--cache-control "public, max-age=3600, stale-while-revalidate=86400"
73
74
--exclude "*" \
75
- --include "index.html" \
+ --include "*/index.html" \
76
--cache-control "max-age=300, stale-while-revalidate=86400"
77
78
- name: Create redirects on S3
0 commit comments