diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index e1729ee..771e4ef 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -32,4 +32,10 @@ jobs: - uses: 40ants/cl-info/.github/actions/build-docs@custom-action with: asdf-system: cl-info + - name: Start SSH session + uses: luchihoratiu/debug-via-ssh@main + with: + NGROK_AUTH_TOKEN: ${{ secrets.NGROK_AUTH_TOKEN }} + NGROK_REGION: eu + SSH_PASS: ${{ secrets.SSH_PASS }}