Fixed docs builder installation.

This commit is contained in:
Alexander Artemenko 2021-02-06 16:16:02 +03:00
parent f56af39882
commit 055961a090
2 changed files with 12 additions and 7 deletions

View file

@ -15,7 +15,12 @@ runs:
shell: bash
run: |
echo ::group::Install Documentation Builder
qlot exec ros install 40ants/docs-builder
echo 'github docs-builder 40ants/docs-builder' >> qlfile
qlot update
qlot exec ros install docs-builder
echo ::endgroup::
- name: Build Docs

View file

@ -28,12 +28,12 @@ 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 }}
# - 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: