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 a87ad29 RAT-290: Fix docs about how to generate new page for RAT
a87ad29 is described below
commit a87ad29c06b08ce7afe7ae5479dd1a765bd79ec6
Author: Hugo Hirsch <[email protected]>
AuthorDate: Sun Jan 9 00:39:10 2022 +0100
RAT-290: Fix docs about how to generate new page for RAT
---
README.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
index 8bbead2..6020ef3 100644
--- a/README.md
+++ b/README.md
@@ -4,7 +4,7 @@ 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
+## How to generate new page versions for RAT
In order to sync the current webpage (taken from current SNAPSHOT) you need to
run the following commands:
@@ -12,7 +12,7 @@ In order to sync the current webpage (taken from current
SNAPSHOT) you need to r
$ cd creadur-rat
$ mvn clean site:site site:stage
$ cd ../creadur-site
-$ cp -rvf ../creadur-rat/target/staging/* .
+$ cp -rvf ../creadur-rat/target/staging/* ./rat/
```