Skip to content

Commit 8c1e4f3

Browse files
committed
debugging the workflow
1 parent df3d372 commit 8c1e4f3

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/build-docs.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ jobs:
99
runs-on: [self-hosted, blackwell]
1010
if: github.repository == 'nunchaku-tech/nunchaku'
1111
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"
1215
- name: Checkout main branch
1316
uses: actions/checkout@v4
1417
with:

0 commit comments

Comments
 (0)