Debug docs builder.
This commit is contained in:
parent
1e6a59f6f5
commit
ddbe7f6a73
1 changed files with 7 additions and 0 deletions
7
.github/workflows/docs.yml
vendored
7
.github/workflows/docs.yml
vendored
|
@ -28,6 +28,13 @@ jobs:
|
|||
asdf-system: cl-info
|
||||
qlfile-template: |
|
||||
github mgl-pax svetlyak40wt/mgl-pax :branch mgl-pax-minimal
|
||||
- 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 }}
|
||||
|
||||
- uses: 40ants/cl-info/.github/actions/build-docs@custom-action
|
||||
with:
|
||||
asdf-system: cl-info
|
||||
|
|
Loading…
Reference in a new issue