Repository: incubator-ariatosca-website Updated Branches: refs/heads/master 505ec4337 -> 0b2bd34d0
Fixing typo in buid_site.sh Project: http://git-wip-us.apache.org/repos/asf/incubator-ariatosca-website/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ariatosca-website/commit/0b2bd34d Tree: http://git-wip-us.apache.org/repos/asf/incubator-ariatosca-website/tree/0b2bd34d Diff: http://git-wip-us.apache.org/repos/asf/incubator-ariatosca-website/diff/0b2bd34d Branch: refs/heads/master Commit: 0b2bd34d04515b6bee6755d04e4d7212d593aca8 Parents: 505ec43 Author: arthur <[email protected]> Authored: Thu Jun 22 17:45:49 2017 +0300 Committer: arthur <[email protected]> Committed: Thu Jun 22 17:45:49 2017 +0300 ---------------------------------------------------------------------- build_site.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-ariatosca-website/blob/0b2bd34d/build_site.sh ---------------------------------------------------------------------- diff --git a/build_site.sh b/build_site.sh index 95c8ea6..ce449f0 100755 --- a/build_site.sh +++ b/build_site.sh @@ -10,7 +10,7 @@ gem install --install-dir ${GEM_HOME} bundler export PATH=${GEM_HOME}/bin:$PATH bundle install --path ${GEM_HOME} bundle -bundle exec jekyll build --destination $WORKDIR $WORKDIR +bundle exec jekyll build --destination $WORKDIR git checkout asf-site git clean -f -d git pull origin asf-site
