You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@pekko.apache.org by "jrudolph (via GitHub)" <gi...@apache.org> on 2023/02/10 09:22:02 UTC

[GitHub] [incubator-pekko] jrudolph commented on a diff in pull request #161: publish documentation during nightlies

jrudolph commented on code in PR #161:
URL: https://github.com/apache/incubator-pekko/pull/161#discussion_r1102496599


##########
.github/workflows/publish-nightly.yml:
##########
@@ -124,3 +124,41 @@ jobs:
           remote_port: ${{ secrets.NIGHTLIES_RSYNC_PORT }}
           remote_user: ${{ secrets.NIGHTLIES_RSYNC_USER }}
           remote_key: ${{ secrets.NIGHTLIES_RSYNC_KEY }}
+
+      - name: Build Documentation
+        run: |-
+          sbt -Dpekko.genjavadoc.enabled=true docs/paradox unidoc
+
+      # as found in https://github.com/apache/flink/blob/5a4e0ea31aef51dfc50b9c401c91c7b869a154c4/.github/workflows/docs.yml
+      - name: Upload documentation
+        uses: burnett01/rsync-deployments@5.2

Review Comment:
   I just changed it to use our own script, seems similar enough...



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@pekko.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@pekko.apache.org
For additional commands, e-mail: notifications-help@pekko.apache.org