fix docs path for publishing (#166)
This commit is contained in:
parent
6091fa713d
commit
8024c08c55
1 changed files with 1 additions and 1 deletions
2
.github/workflows/publish-nightly.yml
vendored
2
.github/workflows/publish-nightly.yml
vendored
|
|
@ -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 }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue