From b6dda62814e68a77489e95e8156704202a2a55b9 Mon Sep 17 00:00:00 2001 From: Alexander Artemenko Date: Sat, 6 Feb 2021 21:22:55 +0300 Subject: [PATCH] Added sset -x --- .github/actions/build-docs/action.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/actions/build-docs/action.yml b/.github/actions/build-docs/action.yml index 36b843b..802fd46 100644 --- a/.github/actions/build-docs/action.yml +++ b/.github/actions/build-docs/action.yml @@ -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