Updated docs builder yaml.

This commit is contained in:
Alexander Artemenko 2021-02-06 12:59:05 +03:00
parent 4afcec2ee8
commit 6e528369a4
2 changed files with 14 additions and 3 deletions

View file

@ -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 }}

View file

@ -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