Updated docs builder yaml.
This commit is contained in:
parent
4afcec2ee8
commit
6e528369a4
2 changed files with 14 additions and 3 deletions
14
.github/actions/build-docs/action.yml
vendored
14
.github/actions/build-docs/action.yml
vendored
|
@ -11,6 +11,14 @@ inputs:
|
||||||
runs:
|
runs:
|
||||||
using: composite
|
using: composite
|
||||||
steps:
|
steps:
|
||||||
- uses: 40ants/cl-info/.github/actions/setup-lisp@custom-action
|
- name: Install Documentation Builder
|
||||||
with:
|
shell: bash
|
||||||
asdf-system: cl-info
|
run: |
|
||||||
|
echo ::group::Install Documentation Builder
|
||||||
|
qlot exec ros install 40ants/docs-builder
|
||||||
|
echo ::endgroup::
|
||||||
|
|
||||||
|
- name: Build Docs
|
||||||
|
shell: bash
|
||||||
|
run: |
|
||||||
|
docs-builder ${{ inputs.asdf-system }}
|
||||||
|
|
3
.github/workflows/docs.yml
vendored
3
.github/workflows/docs.yml
vendored
|
@ -23,6 +23,9 @@ jobs:
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v1
|
- uses: actions/checkout@v1
|
||||||
|
- uses: 40ants/cl-info/.github/actions/setup-lisp@custom-action
|
||||||
|
with:
|
||||||
|
asdf-system: cl-info
|
||||||
- uses: 40ants/cl-info/.github/actions/build-docs@custom-action
|
- uses: 40ants/cl-info/.github/actions/build-docs@custom-action
|
||||||
with:
|
with:
|
||||||
asdf-system: cl-info
|
asdf-system: cl-info
|
||||||
|
|
Loading…
Reference in a new issue