From 31c020a8c138de1c5376e23badfd3263d4acc5dd Mon Sep 17 00:00:00 2001 From: Arnout Engelen Date: Fri, 3 Dec 2021 11:49:39 +0100 Subject: [PATCH] fix doc release instructions (#30956) Leftover comment that's now done by GHA --- RELEASING.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/RELEASING.md b/RELEASING.md index 4c43d88716..f14dabf1d8 100644 --- a/RELEASING.md +++ b/RELEASING.md @@ -76,8 +76,5 @@ It is possible to release a revised documentation to the already existing releas ```sh sbt akka-docs/paradoxBrowse ``` -1. If the generated documentation looks good, create a PR to the `docs/v2.6.4` branch you created earlier: - ```sh - sbt akka-docs/publishRsync - ``` +1. If the generated documentation looks good, create a PR to the `docs/v2.6.4` branch you created earlier. 1. It should automatically be published by GitHub Actions on merge.