Skip to content

Commit 5e0f628

Browse files
committed
ci(releases): antora includes stacktraces
1 parent a820ad7 commit 5e0f628

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -552,7 +552,8 @@ jobs:
552552
# documentation content and visualize it
553553
# before a workflow that pushes to the
554554
# website is triggered.
555-
npx antora antora-playbook.yml --attribute branchesarray=HEAD
555+
set -x
556+
npx antora antora-playbook.yml --attribute branchesarray=HEAD --stacktrace
556557
mkdir -p ../build/docs-local
557558
cp -r build/site/* ../build/docs-local
558559

0 commit comments

Comments
 (0)