Skip to content

Commit

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

0 comments on commit bb7e370

Please sign in to comment.