Repository: incubator-tamaya-site Updated Branches: refs/heads/overhauling-release-guide 6e2d76a3f -> 3acfb6016 (forced update)
Update docs Fix broken deprecated link. Project: http://git-wip-us.apache.org/repos/asf/incubator-tamaya-site/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-tamaya-site/commit/1391ae8e Tree: http://git-wip-us.apache.org/repos/asf/incubator-tamaya-site/tree/1391ae8e Diff: http://git-wip-us.apache.org/repos/asf/incubator-tamaya-site/diff/1391ae8e Branch: refs/heads/overhauling-release-guide Commit: 1391ae8ec9436278c756ccb39af3a62018311673 Parents: 73ee538 Author: Phil Ottlinger <[email protected]> Authored: Mon Aug 7 21:49:26 2017 +0200 Committer: Phil Ottlinger <[email protected]> Committed: Mon Aug 7 21:49:26 2017 +0200 ---------------------------------------------------------------------- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-tamaya-site/blob/1391ae8e/README.md ---------------------------------------------------------------------- diff --git a/README.md b/README.md index ef1cde1..b1bc111 100644 --- a/README.md +++ b/README.md @@ -82,12 +82,13 @@ $ ./copy-site.sh $ git checkout asf-site $ cp -r pathToTamayaCoreRepo/target/site/apidocs . ``` +1. If you do not want to change the already published Javadoc, make sure that your commit does not change the base index.html, that renders https://tamaya.incubator.apache.org/apidocs/index.html 1. Push your changes ``` $ git push ``` 1. Wait a couple of minutes for the gitpubsub to happen. -1. Go to https://tamaya.incubator.apache.org/jbake/ in your browser +1. Go to https://tamaya.incubator.apache.org/ in your browser #### Jenkins / CI integration
