From 8ba99f193efb15f4544014118f72bb2565bda4fe Mon Sep 17 00:00:00 2001 From: Barrett Ruth Date: Mon, 12 Jan 2026 23:21:21 -0500 Subject: [PATCH] fix(ci): remove debug --- .github/workflows/aws.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/aws.yaml b/.github/workflows/aws.yaml index 240f84e..33c94a4 100644 --- a/.github/workflows/aws.yaml +++ b/.github/workflows/aws.yaml @@ -35,8 +35,6 @@ jobs: aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }} aws-region: us-east-2 - - run: aws sts get-caller-identity - - name: Deploy static site to S3 bucket run: | chmod +x scripts/deploy.sh