Skip to content

Commit

Permalink
updated JBake download path
Browse files Browse the repository at this point in the history
Updated JBake download path since JBake has changed it (jbake-org/jbake#422)
  • Loading branch information
Mushiyo authored Apr 2, 2018
1 parent 514d067 commit 6672476
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ else
jbake_version=$1
fi
echo "downloading JBake v$jbake_version"
wget --quiet http://jbake.org/files/jbake-$jbake_version-bin.zip
wget --quiet https://dl.bintray.com/jbake/binary/jbake-$jbake_version-bin.zip
echo "unzipping JBake v$jbake_version"
unzip -o -q jbake-$jbake_version-bin.zip
jbake-$jbake_version/bin/jbake -b
jbake-$jbake_version/bin/jbake -b

0 comments on commit 6672476

Please sign in to comment.