From ca70d878fb10d06d619cbca65154b460b9f712a6 Mon Sep 17 00:00:00 2001 From: Barrett Ruth Date: Thu, 22 May 2025 16:46:21 -0500 Subject: [PATCH] fix(ci): make deploy executable --- .github/workflows/aws.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/aws.yaml b/.github/workflows/aws.yaml index 8c7a83a..860f401 100644 --- a/.github/workflows/aws.yaml +++ b/.github/workflows/aws.yaml @@ -37,4 +37,6 @@ jobs: aws-region: us-east-2 - name: Deploy static site to S3 bucket - run: scripts/deploy.sh + run: | + chmod +x scripts/deploy.sh + scripts/deploy.sh