We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3586139 commit a2321f2Copy full SHA for a2321f2
.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/ --exclude ".*" --include ".well-known/security.txt" --include "index.html" --include "error.html"
+ aws s3 sync . s3://pyscript.net/ --exclude ".*" --include ".well-known/security.txt" --include "index.html" --include "error.html" --include "mini-coi.js" --include "main.py"
27
aws s3 sync --delete assets/ s3://pyscript.net/assets/
0 commit comments