Skip to content

Commit

Permalink
Invoke bash directly when calling into build-docs. (aws#527)
Browse files Browse the repository at this point in the history
  • Loading branch information
RomainMuller authored Aug 8, 2018
1 parent db2ac62 commit 26d7fb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-docs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
set -euo pipefail

# render docs to docs/dist
(cd docs && ./build-docs.sh)
(cd docs && bash ./build-docs.sh)

# deploy output to 'pack/docs'
rm -fr pack/docs
Expand Down

0 comments on commit 26d7fb0

Please sign in to comment.