Skip to content

Commit

Permalink
Make build script executable.
Browse files Browse the repository at this point in the history
  • Loading branch information
stephanmg committed Mar 22, 2021
1 parent f8c804d commit e6951a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
run: ./scripts/build.sh

- name: Make deploy script executable
run: chmod u+x scripts/build.sh
run: chmod u+x scripts/deploy.sh

- name: Deploy
run: ./scripts/deploy.sh
Expand Down

0 comments on commit e6951a4

Please sign in to comment.