Skip to content

Commit

Permalink
FIX: chmod deploy_gh in actions (#32)
Browse files Browse the repository at this point in the history
Co-authored-by: deploy.sh <>
  • Loading branch information
zanderwar committed Jul 7, 2023
1 parent 3d503e0 commit 6bfd79d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,6 @@ jobs:
uses: actions/checkout@v2

- name: Run deployment script
run: ./deploy_gh.sh
run: |
chmod +x ./deploy_gh.sh
./deploy_gh.sh

0 comments on commit 6bfd79d

Please sign in to comment.