Skip to content

Commit

Permalink
debug rsync
Browse files Browse the repository at this point in the history
  • Loading branch information
patriknw committed Oct 25, 2023
1 parent a88041c commit d76a7f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,4 +122,4 @@ jobs:
if: ${{ ! startsWith(github.event.ref, 'refs/tags/') }}
run: |+
cd target/doc
rsync -e "ssh -o StrictHostKeyChecking=no" -r . akkarepo@gustav.akka.io:www/api/akka-edge-rs/snapshot/
rsync "ssh -o StrictHostKeyChecking=no" -azP ./ akkarepo@gustav.akka.io:www/api/akka-edge-rs/snapshot/

0 comments on commit d76a7f7

Please sign in to comment.