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 8db52fb commit 450b313Copy full SHA for 450b313
.github/workflows/makefile.yml
@@ -116,4 +116,5 @@ jobs:
116
117
- name: Copy cpo-main and related JS to S3
118
run: |
119
- aws s3 sync ./build/web/js s3://pyret-horizon/horizon-action-test --acl public-read
+ aws s3 sync ./build/web/js s3://pyret-horizon/horizon-action-test --acl public-read --exclude "*" --include "cpo-main.jarr.gz.js" --content-encoding gzip
120
+ aws s3 sync ./build/web/js s3://pyret-horizon/horizon-action-test --acl public-read --exclude "cpo-main.jarr.js.gz"
0 commit comments