From bb7e370a563d1206ad917e45918d449d56297633 Mon Sep 17 00:00:00 2001 From: Patrik Nordwall Date: Wed, 25 Oct 2023 11:54:53 +0200 Subject: [PATCH] try RSYNC_RSH --- .github/workflows/publish.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index e40b074..2241485 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -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/