We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb2d942 commit f1aa540Copy full SHA for f1aa540
1 file changed
.github/workflows/build.yml
@@ -55,7 +55,7 @@ jobs:
55
run: |
56
cd docs
57
npm i @antora/cli@2.3 @antora/site-generator-default@2.3 asciidoctor-kroki
58
- ./node_modules/@antora/cli/bin/antora antora generate antora-playbook.yml
+ ./node_modules/@antora/cli/bin/antora --stacktrace generate antora-playbook.yml
59
cd ..
60
cp -r docs/build/site website/docs
61
0 commit comments