This is an automated email from the ASF dual-hosted git repository.
pottlinger pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/creadur-site.git
The following commit(s) were added to refs/heads/asf-site by this push:
new 3a73b7e RAT-290: Update docs about new way to stage the site
3a73b7e is described below
commit 3a73b7e2502bc74d48bbc7c310d430337690502e
Author: Hugo Hirsch <[email protected]>
AuthorDate: Sun Jan 9 00:23:16 2022 +0100
RAT-290: Update docs about new way to stage the site
---
README.md | 14 ++++++++++++++
1 file changed, 14 insertions(+)
diff --git a/README.md b/README.md
index fe365c2..8bbead2 100644
--- a/README.md
+++ b/README.md
@@ -3,3 +3,17 @@
This project contains the project's webpage.
Its deployment is done via [asf.yaml](./.asf.yaml). Every commit is directly
pushed and available on https://creadur.apache.org/
+
+## How to generate new reports
+
+In order to sync the current webpage (taken from current SNAPSHOT) you need to
run the following commands:
+
+```
+$ cd creadur-rat
+$ mvn clean site:site site:stage
+$ cd ../creadur-site
+$ cp -rvf ../creadur-rat/target/staging/* .
+
+```
+
+*WARNING!* This will sync the current master branch/SNAPSHOT version of the
homepage if not run on the release branch