Skip to content

Commit

Permalink
github/push: force usage of /bin/sh for deploy.sh script
Browse files Browse the repository at this point in the history
  • Loading branch information
ia committed Jul 10, 2023
1 parent 170f962 commit 92b3afa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ jobs:
run: flake8 Translations

- name: Check autogenerated Documentation/README.md
run: ./scripts/deploy.sh docs_readme
run: /bin/sh ./scripts/deploy.sh docs_readme

shellcheck:
name: runner / shellcheck
Expand Down

0 comments on commit 92b3afa

Please sign in to comment.