More grouping.
This commit is contained in:
parent
5d2a6db1c2
commit
e828dbb1a5
1 changed files with 4 additions and 0 deletions
4
.github/actions/build-docs/action.yml
vendored
4
.github/actions/build-docs/action.yml
vendored
|
@ -27,13 +27,17 @@ runs:
|
|||
id: build-docs
|
||||
shell: bash
|
||||
run: |
|
||||
echo ::group::Build Docs
|
||||
OUTPUT_DIR=$(build-docs ${{ inputs.asdf-system }})
|
||||
|
||||
echo "::set-output name=build-dir::${OUTPUT_DIR}"
|
||||
echo ::endgroup::
|
||||
|
||||
- name: Upload Docs
|
||||
shell: bash
|
||||
run: |
|
||||
echo ::group::Upload Docs
|
||||
BUILD_DIR=${{ steps.build-docs.outputs.build-dir }}
|
||||
|
||||
${{ github.action_path }}/upload.ros "${BUILD_DIR}"
|
||||
echo ::endgroup::
|
||||
|
|
Loading…
Reference in a new issue