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