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.
2 parents 88b06ef + 51cd785 commit 81b0f67Copy full SHA for 81b0f67
.github/workflows/release.yml
@@ -22,8 +22,9 @@ jobs:
22
uses: actions/download-artifact@v3
23
with:
24
name: docs
25
+ path: docs/
26
- name: Publish to S3
27
+ working-directory: docs
28
run: |
- cd docs
29
aws s3 sync --region eu-west-1 --delete . s3://diff2html.xyz --metadata-directive REPLACE --cache-control max-age=31557600
30
aws cloudfront create-invalidation --region eu-west-1 --distribution-id $AWS_CF_DISTRIBUTION_ID --paths /index.html /demo.html /sitemap.xml /robots.txt
0 commit comments