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

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

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


##########
.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:
   This may not work because Apache maintains a list of github actions that are allowed to run and I can't remember if its global or per project, @pjfanning might recall because he set up the INFRA tickets.



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