8000
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 c5f2067 commit d53d88eCopy full SHA for d53d88e
.github/workflows/build-alpha.yml
@@ -55,4 +55,4 @@ jobs:
55
aws-region: ${{secrets.AWS_REGION}}
56
role-to-assume: ${{ secrets.AWS_OIDC_RUNNER_ROLE }}
57
- name: Sync to S3
58
- run: aws s3 sync . s3://pyscript-static/unstable/ # What artifacts exactly need to be copied?
+ run: aws s3 sync . s3://pyscript-static/alpha/ # What artifacts exactly need to be copied?
0 commit comments