Fixed docs builder installation.
This commit is contained in:
parent
f56af39882
commit
055961a090
2 changed files with 12 additions and 7 deletions
7
.github/actions/build-docs/action.yml
vendored
7
.github/actions/build-docs/action.yml
vendored
|
@ -15,7 +15,12 @@ runs:
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
echo ::group::Install Documentation Builder
|
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::
|
echo ::endgroup::
|
||||||
|
|
||||||
- name: Build Docs
|
- name: Build Docs
|
||||||
|
|
12
.github/workflows/docs.yml
vendored
12
.github/workflows/docs.yml
vendored
|
@ -28,12 +28,12 @@ jobs:
|
||||||
asdf-system: cl-info
|
asdf-system: cl-info
|
||||||
qlfile-template: |
|
qlfile-template: |
|
||||||
github mgl-pax svetlyak40wt/mgl-pax :branch mgl-pax-minimal
|
github mgl-pax svetlyak40wt/mgl-pax :branch mgl-pax-minimal
|
||||||
- name: Start SSH session
|
# - name: Start SSH session
|
||||||
uses: luchihoratiu/debug-via-ssh@main
|
# uses: luchihoratiu/debug-via-ssh@main
|
||||||
with:
|
# with:
|
||||||
NGROK_AUTH_TOKEN: ${{ secrets.NGROK_AUTH_TOKEN }}
|
# NGROK_AUTH_TOKEN: ${{ secrets.NGROK_AUTH_TOKEN }}
|
||||||
NGROK_REGION: eu
|
# NGROK_REGION: eu
|
||||||
SSH_PASS: ${{ secrets.SSH_PASS }}
|
# SSH_PASS: ${{ secrets.SSH_PASS }}
|
||||||
|
|
||||||
- uses: 40ants/cl-info/.github/actions/build-docs@custom-action
|
- uses: 40ants/cl-info/.github/actions/build-docs@custom-action
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Reference in a new issue