This is an automated email from the ASF dual-hosted git repository. fanningpj pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/incubator-pekko-site.git
commit 448b78a49c24d6044de65221c2015f3e73e86934 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]
