You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pekko.apache.org by jr...@apache.org on 2023/02/10 15:49:57 UTC

[incubator-pekko] branch main updated: fix docs path for publishing (#166)

This is an automated email from the ASF dual-hosted git repository.

jrudolph pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-pekko.git


The following commit(s) were added to refs/heads/main by this push:
     new 8024c08c55 fix docs path for publishing (#166)
8024c08c55 is described below

commit 8024c08c55d6ec84f66a24432ac1e5ebb006421d
Author: Johannes Rudolph <jo...@gmail.com>
AuthorDate: Fri Feb 10 16:49:51 2023 +0100

    fix docs path for publishing (#166)
---
 .github/workflows/publish-nightly.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/publish-nightly.yml b/.github/workflows/publish-nightly.yml
index 3629a72fd0..00530e860c 100644
--- a/.github/workflows/publish-nightly.yml
+++ b/.github/workflows/publish-nightly.yml
@@ -134,7 +134,7 @@ jobs:
         with:
           upload: true
           switches: --archive --compress --update --delete --progress
-          local_path: pekko-docs/target/paradox/site/main/
+          local_path: docs/target/paradox/site/main/
           remote_path: ${{ secrets.NIGHTLIES_RSYNC_PATH }}/pekko/pekko-docs-${{ github.ref_name }}/docs/
           remote_host: ${{ secrets.NIGHTLIES_RSYNC_HOST }}
           remote_port: ${{ secrets.NIGHTLIES_RSYNC_PORT }}


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