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 9b59c77 commit b7f4cc2Copy full SHA for b7f4cc2
.github/workflows/deploy-to-s3.yml
@@ -23,5 +23,5 @@ jobs:
23
role-to-assume: ${{ secrets.AWS_OIDC_RUNNER_ROLE }}
24
- name: Sync to S3
25
run: | # Sync index and security txt, exclude hidden files; Sync assets and remove any that aren't in source
26
- aws s3 sync . s3://pyscript.net/ --include "./.well-known/security.txt" --include "index.html" --exclude ".*"
+ aws s3 sync . s3://pyscript.net/ --exclude ".*" --include ".well-known/security.txt" --include "index.html"
27
aws s3 sync --delete assets/ s3://pyscript.net/assets/
0 commit comments