Skip to content

Commit

Permalink
Run gitbook commands separately
Browse files Browse the repository at this point in the history
Before this change I could only get the install command to run

Bash *shaking fist in air*
  • Loading branch information
simeg committed Jul 6, 2020
1 parent 737fb66 commit f5d7cca
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions scripts/publish_gitbook.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,8 @@ git push origin master
echo "👥 Completed updating list of contributors"

echo "📖 Building the guide using gitbook.."
if ! gitbook install && gitbook build; then
echo "Could not build gitbook"
exit 1
fi
gitbook install
gitbook build
echo "📖 Done building guide"

git checkout gh-pages
Expand Down

0 comments on commit f5d7cca

Please sign in to comment.