From 3fb8f81e4a64f5e10f34fcc5a4363288806f5a2c Mon Sep 17 00:00:00 2001 From: Dave Barnes Date: Thu, 4 Oct 2018 10:19:04 -0700 Subject: [PATCH] Update README file with some new troubleshooting info --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 7a81ef20f..cb1e408a0 100644 --- a/README.md +++ b/README.md @@ -140,13 +140,14 @@ The new javadocs _replace_ those currently within the directory. Commit and push the __asf-site__ branch. Apache detects the update and publishes it. The site should update in 5-10 minutes. ## Troubleshooting -If the site does not update in 5-10 minutes, __push a new commit by adding or subtracting a blank line in the top-level `index.html` file.__ This usually does the trick. -For further assistance, you can -- [file a JIRA against the INFRA project](https://issues.apache.org/jira/browse/INFRA), or -- ask for advice on the Infrastructure project's HipChat room [#asfinfra](https://www.hipchat.com/g4P84gemn). +- If the site does not update in 5-10 minutes, __push a new commit by adding or subtracting a blank line in the top-level `index.html` file.__ This usually does the trick. +- Check your commit of the __asf-site__ branch. The site's deployable files are at the top level, rooted at {geode-site}/index.html. Make sure that directories such as `{geode-site}/docs` and `{geode-site}/releases` contain the latest versions of `index.html` and the docs. +For further assistance, you can +- [file a JIRA against the INFRA project](https://issues.apache.org/jira/browse/INFRA), or +- ask for advice on the Infrastructure project's HipChat room [#asfinfra](https://www.hipchat.com/g4P84gemn).