From 055961a0901795bcad5f46bc0356f47edcd25427 Mon Sep 17 00:00:00 2001 From: Alexander Artemenko Date: Sat, 6 Feb 2021 16:16:02 +0300 Subject: [PATCH] Fixed docs builder installation. --- .github/actions/build-docs/action.yml | 7 ++++++- .github/workflows/docs.yml | 12 ++++++------ 2 files changed, 12 insertions(+), 7 deletions(-) diff --git a/.github/actions/build-docs/action.yml b/.github/actions/build-docs/action.yml index 91d74ed..6f2596b 100644 --- a/.github/actions/build-docs/action.yml +++ b/.github/actions/build-docs/action.yml @@ -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 diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index b4434a1..b32041c 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -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: