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 7066e9244f4ac93106ae06132a8e788fede3ea11 Author: PJ Fanning <[email protected]> AuthorDate: Sun Jan 15 21:46:24 2023 +0100 Update README.md --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/README.md b/README.md index a091c45a..aa56949d 100644 --- a/README.md +++ b/README.md @@ -1 +1,16 @@ # incubator-pekko-site + +Publishing the Apache Pekko web site requires: + +1. Clone https://github.com/apache/incubator-pekko-site into a local directory. +2. Check out the asf-staging branch. +3. If you have used `sbt docs/paradox` in `incubator-pekko` repo, you can use `cp -r <path>/incubator-pekko/docs/target/paradox/site/main/ content/` +4. Perform `git add` on the affected files and `git commit`. +5. Perform `git push`. +6. After a few minutes review https://pekko.staged.apache.org and make sure the appropriate changes are present. +7. Once the site has been approved checkout the asf-site branch. +8. Perform `git rebase asf-staging` followed by `git push`. +9. After a few minutes verify that https://pekko.apache.org has the correct changes. + +Further information regarding what to edit in the site during a release may be found at +[How to Release - Update the Web Site](https://cwiki.apache.org/confluence/display/FLUME/How+to+Release#HowtoRelease-Updatethewebsite). --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
