We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de3d404 commit f89c348Copy full SHA for f89c348
1 file changed
.github/workflows/website.yml
@@ -63,4 +63,4 @@ jobs:
63
run: |
64
cd website
65
aws s3 sync --region eu-west-1 --delete . s3://diff2html.xyz --metadata-directive REPLACE --cache-control max-age=31557600
66
- aws cloudfront create-invalidation --region eu-west-1 --distribution-id ${{ secrets.AWS_CF_DISTRIBUTION_ID }} --paths '/index.html /demo.html'
+ aws cloudfront create-invalidation --region eu-west-1 --distribution-id ${{ secrets.AWS_CF_DISTRIBUTION_ID }} --paths /index.html /demo.html /sitemap.xml /robots.txt
0 commit comments