Skip to content

Commit

Permalink
Update GH action to copy over main.py and mini-coi.js. (#65)
Browse files Browse the repository at this point in the history
  • Loading branch information
ntoll authored May 10, 2024
1 parent 3586139 commit a2321f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-to-s3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@ jobs:
role-to-assume: ${{ secrets.AWS_OIDC_RUNNER_ROLE }}
- name: Sync to S3
run: | # Sync index and security txt, exclude hidden files; Sync assets and remove any that aren't in source
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"
aws s3 sync --delete assets/ s3://pyscript.net/assets/

0 comments on commit a2321f2

Please sign in to comment.