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:
|
||||
using: composite
|
||||
steps:
|
||||
- uses: 40ants/cl-info/.github/actions/setup-lisp@custom-action
|
||||
with:
|
||||
asdf-system: cl-info
|
||||
- name: Install Documentation Builder
|
||||
shell: bash
|
||||
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:
|
||||
- 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
|
||||
with:
|
||||
asdf-system: cl-info
|
||||
|
|
Loading…
Reference in a new issue