fix docs path for publishing (#166)

This commit is contained in:
Johannes Rudolph 2023-02-10 16:49:51 +01:00 committed by GitHub
parent 6091fa713d
commit 8024c08c55
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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