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: