Repository: bahir-website Updated Branches: refs/heads/master 6d16a5c37 -> 3d284c480
Perform clean build before publishing website Project: http://git-wip-us.apache.org/repos/asf/bahir-website/repo Commit: http://git-wip-us.apache.org/repos/asf/bahir-website/commit/ec1c7fc5 Tree: http://git-wip-us.apache.org/repos/asf/bahir-website/tree/ec1c7fc5 Diff: http://git-wip-us.apache.org/repos/asf/bahir-website/diff/ec1c7fc5 Branch: refs/heads/master Commit: ec1c7fc5921ef3772ccc58b30107931791a347c7 Parents: 6d16a5c Author: Luciano Resende <[email protected]> Authored: Mon Jul 17 12:20:10 2017 -0700 Committer: Luciano Resende <[email protected]> Committed: Mon Jul 17 12:20:10 2017 -0700 ---------------------------------------------------------------------- publish.sh | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/bahir-website/blob/ec1c7fc5/publish.sh ---------------------------------------------------------------------- diff --git a/publish.sh b/publish.sh index 59fd1de..cb563c5 100755 --- a/publish.sh +++ b/publish.sh @@ -18,6 +18,7 @@ set -e cd site +bundle exec jekyll clean bundle exec jekyll build -d _site COMMIT_HASH=`git rev-parse HEAD` cd ..
