change remote_path back (#460)
This commit is contained in:
parent
5cfd3e2ac3
commit
be45ac14f3
2 changed files with 2 additions and 2 deletions
2
.github/workflows/publish-1.0-docs.yml
vendored
2
.github/workflows/publish-1.0-docs.yml
vendored
|
|
@ -69,7 +69,7 @@ jobs:
|
||||||
upload: true
|
upload: true
|
||||||
switches: --archive --compress --update --delete --progress --relative
|
switches: --archive --compress --update --delete --progress --relative
|
||||||
local_path: target/nightly-docs/./docs/pekko/1.0.0 # The intermediate dot is to show `--relative` which paths to operate on
|
local_path: target/nightly-docs/./docs/pekko/1.0.0 # The intermediate dot is to show `--relative` which paths to operate on
|
||||||
remote_path: ${{ secrets.NIGHTLIES_RSYNC_PATH }}/pekko/1.0.0
|
remote_path: ${{ secrets.NIGHTLIES_RSYNC_PATH }}/pekko
|
||||||
remote_host: ${{ secrets.NIGHTLIES_RSYNC_HOST }}
|
remote_host: ${{ secrets.NIGHTLIES_RSYNC_HOST }}
|
||||||
remote_port: ${{ secrets.NIGHTLIES_RSYNC_PORT }}
|
remote_port: ${{ secrets.NIGHTLIES_RSYNC_PORT }}
|
||||||
remote_user: ${{ secrets.NIGHTLIES_RSYNC_USER }}
|
remote_user: ${{ secrets.NIGHTLIES_RSYNC_USER }}
|
||||||
|
|
|
||||||
2
.github/workflows/publish-nightly.yml
vendored
2
.github/workflows/publish-nightly.yml
vendored
|
|
@ -80,7 +80,7 @@ jobs:
|
||||||
upload: true
|
upload: true
|
||||||
switches: --archive --compress --update --delete --progress --relative
|
switches: --archive --compress --update --delete --progress --relative
|
||||||
local_path: target/nightly-docs/./docs/pekko/${{ github.ref_name }}-snapshot # The intermediate dot is to show `--relative` which paths to operate on
|
local_path: target/nightly-docs/./docs/pekko/${{ github.ref_name }}-snapshot # The intermediate dot is to show `--relative` which paths to operate on
|
||||||
remote_path: ${{ secrets.NIGHTLIES_RSYNC_PATH }}/pekko/${{ github.ref_name }}-snapshot
|
remote_path: ${{ secrets.NIGHTLIES_RSYNC_PATH }}/pekko
|
||||||
remote_host: ${{ secrets.NIGHTLIES_RSYNC_HOST }}
|
remote_host: ${{ secrets.NIGHTLIES_RSYNC_HOST }}
|
||||||
remote_port: ${{ secrets.NIGHTLIES_RSYNC_PORT }}
|
remote_port: ${{ secrets.NIGHTLIES_RSYNC_PORT }}
|
||||||
remote_user: ${{ secrets.NIGHTLIES_RSYNC_USER }}
|
remote_user: ${{ secrets.NIGHTLIES_RSYNC_USER }}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue