Repository: incubator-apex-site Updated Branches: refs/heads/master 3b152dbc3 -> a54f9af11
Fixing docs linking during build Project: http://git-wip-us.apache.org/repos/asf/incubator-apex-site/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-apex-site/commit/91bf972b Tree: http://git-wip-us.apache.org/repos/asf/incubator-apex-site/tree/91bf972b Diff: http://git-wip-us.apache.org/repos/asf/incubator-apex-site/diff/91bf972b Branch: refs/heads/master Commit: 91bf972b2e02e882855918ec77cf7fa11d4588c1 Parents: c96fe8d Author: sashadt <[email protected]> Authored: Mon Mar 21 18:14:03 2016 -0700 Committer: sashadt <[email protected]> Committed: Mon Mar 21 18:14:03 2016 -0700 ---------------------------------------------------------------------- build.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-apex-site/blob/91bf972b/build.sh ---------------------------------------------------------------------- diff --git a/build.sh b/build.sh index 91e5c89..267c806 100755 --- a/build.sh +++ b/build.sh @@ -14,11 +14,11 @@ mv content_tmp content # Add documentation to content folder echo "Adding documentation from docs/ to content/docs." rm -rf content/docs -cp -rp docs content/docs +cp -R docs content/docs git add content echo "Commiting changes to asf-site branch from master branch." git commit -m "from $COMMIT_HASH" echo "-----------------------------------------------------" echo "BUILD SUCCESSFUL. You are now on the asf-site branch." echo "Run git push origin asf-site to update the live site." -set +e \ No newline at end of file +set +e
