show output dir.
This commit is contained in:
parent
50f4c9a71b
commit
a7eb5a3f91
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
|
@ -170,6 +170,10 @@ runs:
|
|||
echo ::group::Build Docs
|
||||
echo "TRACE 1"
|
||||
OUTPUT_DIR=`build-docs ${{ inputs.asdf-system }}`
|
||||
echo "TRACE 1_1"
|
||||
echo =============
|
||||
echo ${OUTPUT_DIR}
|
||||
echo =============
|
||||
echo "TRACE 2"
|
||||
echo "::set-output name=build-dir::${OUTPUT_DIR}"
|
||||
echo "TRACE 3"
|
||||
|
|
Loading…
Reference in a new issue