fix(ci): make deploy executable

This commit is contained in:
Barrett Ruth 2025-05-22 16:46:21 -05:00
parent b88fab7cc1
commit ca70d878fb

View file

@ -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