test publishing

This commit is contained in:
pww217
2022-06-21 10:10:10 -05:00
parent 171ae3cabe
commit f54ae52b2a

View File

@@ -47,7 +47,7 @@ jobs:
run: make setup
- name: Build and Test
run: make test
run: make build # set back to make test
# Upload to S3
- name: Configure AWS credentials
@@ -56,7 +56,7 @@ jobs:
aws-region: ${{secrets.AWS_REGION}}
role-to-assume: ${{ secrets.AWS_OIDC_RUNNER_ROLE }}
# - name: Sync to S3
# run: | # Overwrite "latest" alpha + versioned subdirectory
# aws s3 sync --quiet ./examples/build/ s3://pyscript.net/alpha/${{ github.ref_name }}
- name: Sync to S3
run: | # Overwrite "latest" alpha + versioned subdirectory
aws s3 sync --quiet ./examples/build/ s3://pyscript.net/alpha/${{ github.ref_name }}
# aws s3 sync --quiet ./examples/build/ s3://pyscript.net/alpha/