Skip to content

Commit

Permalink
Comment out bogus block
Browse files Browse the repository at this point in the history
  • Loading branch information
mayo committed Sep 2, 2024
1 parent 91c670b commit 0f405b1
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@ jobs:
name: deploy_aws_s3
path: tools/deploy_aws_s3

- uses: aws-actions/configure-aws-credentials@v4
- name: Setup Credentials
uses: aws-actions/configure-aws-credentials@v4
with:
role-to-assume: ${{ secrets.AWS_IAM_ROLE_GITHUB }}
role-session-name: GitHub-Action-Role
Expand All @@ -47,8 +48,8 @@ jobs:
#run: aws s3 sync --acl public-read --delete public/ s3://${{ env.S3_BUCKET }}/
run: tools/deploy_aws_s3 --bucket ${{ env.S3_BUCKET }} public/ -v -a public-read -d

invalidate-cache:
runs-on: ubuntu-latest
steps:
- name: Foo
uses: foo
# invalidate-cache:
# runs-on: ubuntu-latest
# steps:
# - name: Foo
# uses: foo

0 comments on commit 0f405b1

Please sign in to comment.