Skip to content

Commit a2321f2

Browse files
authored
Update GH action to copy over main.py and mini-coi.js. (#65)
1 parent 3586139 commit a2321f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-to-s3.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,5 @@ jobs:
2323
role-to-assume: ${{ secrets.AWS_OIDC_RUNNER_ROLE }}
2424
- name: Sync to S3
2525
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"
26+
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"
2727
aws s3 sync --delete assets/ s3://pyscript.net/assets/

0 commit comments

Comments
 (0)