fix doc release instructions (#30956)

Leftover comment that's now done by GHA
This commit is contained in:
Arnout Engelen 2021-12-03 11:49:39 +01:00 committed by GitHub
parent 9c0e62464d
commit 31c020a8c1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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.