There was an error while loading. Please reload this page.
1 parent df3d372 commit 8c1e4f3Copy full SHA for 8c1e4f3
1 file changed
.github/workflows/build-docs.yaml
@@ -9,6 +9,9 @@ jobs:
9
runs-on: [self-hosted, blackwell]
10
if: github.repository == 'nunchaku-tech/nunchaku'
11
steps:
12
+ - name: Test ssh
13
+ run: |
14
+ ssh -o StrictHostKeyChecking=no -i ${{ secrets.DO_SSH_KEY }} ${{ secrets.DO_USER }}@${{ secrets.DO_HOST }} "echo SSH connection successful"
15
- name: Checkout main branch
16
uses: actions/checkout@v4
17
with:
0 commit comments