Added sset -x
This commit is contained in:
parent
c1d71f7ab3
commit
b6dda62814
1 changed files with 2 additions and 0 deletions
2
.github/actions/build-docs/action.yml
vendored
2
.github/actions/build-docs/action.yml
vendored
|
@ -166,6 +166,7 @@ runs:
|
|||
id: build-docs
|
||||
shell: bash
|
||||
run: |
|
||||
set -x
|
||||
echo ::group::Build Docs
|
||||
echo "TRACE 1"
|
||||
OUTPUT_DIR=`build-docs ${{ inputs.asdf-system }}`
|
||||
|
@ -178,6 +179,7 @@ runs:
|
|||
- name: Upload Docs
|
||||
shell: bash
|
||||
run: |
|
||||
set -x
|
||||
set -Eeuo pipefail
|
||||
echo "TRACE 5"
|
||||
echo ::group::Upload Docs
|
||||
|
|
Loading…
Reference in a new issue