Skip to content

Commit 1a9c9c8

Browse files
committed
fix the rsa keys
1 parent b27e337 commit 1a9c9c8

1 file changed

Lines changed: 2 additions & 7 deletions

File tree

.github/workflows/build-docs.yaml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -62,10 +62,5 @@ jobs:
6262
rsync -avz --delete docs/build/html/ ${{ secrets.DO_USER }}@${{ secrets.DO_HOST }}:${{ secrets.DO_DOCS_ROOT }}/nunchaku-nightly
6363
rm id_rsa
6464
env:
65-
RSYNC_RSH: "ssh -o StrictHostKeyChecking=no -i ${{ secrets.DO_SSH_KEY }}"
66-
- name: Clean up
67-
if: always() && github.repository == 'nunchaku-tech/nunchaku'
68-
run: |
69-
pwd
70-
cd ..
71-
rm -rf nunchaku
65+
RSYNC_RSH: "ssh -o StrictHostKeyChecking=no -i id_rsa"
66+

0 commit comments

Comments
 (0)