This is an automated email from the ASF dual-hosted git repository.

fanningpj pushed a commit to branch asf-staging
in repository https://gitbox.apache.org/repos/asf/incubator-pekko-site.git


The following commit(s) were added to refs/heads/asf-staging by this push:
     new 71ac05bb Update README.md
71ac05bb is described below

commit 71ac05bb6fd510ee81fba169250725c14ef1554c
Author: PJ Fanning <[email protected]>
AuthorDate: Fri Feb 10 10:59:32 2023 +0100

    Update README.md
---
 README.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md
index 9831dd26..b30964c3 100644
--- a/README.md
+++ b/README.md
@@ -12,9 +12,9 @@ sbt -Dpekko.genjavadoc.enabled=true Javaunidoc/doc
 ```
 4. Go back to your local copy of `incubator-pekko-site` and run
 ```
-cp -r <path>/incubator-pekko/docs/target/paradox/site/main/ 
content/docs/pekko/current
-cp -r <path>/incubator-pekko/target/scala-2.13/unidoc/ 
content/api/pekko/current
-cp -r <path>/incubator-pekko/target/javaunidoc/ content/japi/pekko/current
+cp -r <path>/incubator-pekko/docs/target/paradox/site/main/ 
content/docs/pekko/current/
+cp -r <path>/incubator-pekko/target/scala-2.13/unidoc/ 
content/api/pekko/current/
+cp -r <path>/incubator-pekko/target/javaunidoc/ content/japi/pekko/current/
 ```
 5. Perform `git add` on the affected files and `git commit`.
 6. Perform `git push`.


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to