We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb2d942 commit f004d4cCopy full SHA for f004d4c
1 file changed
.github/workflows/build.yml
@@ -54,8 +54,10 @@ jobs:
54
- name: generate docs
55
run: |
56
cd docs
57
+ curl -O --header "Authorization: Bearer ${{secrets.GITHUB_TOKEN}}" https://github.com/smallrye/smallrye-antora-ui/blob/main/build/ui-bundle.zip?raw=true
58
+ ls -l
59
npm i @antora/cli@2.3 @antora/site-generator-default@2.3 asciidoctor-kroki
- ./node_modules/@antora/cli/bin/antora antora generate antora-playbook.yml
60
+ ./node_modules/@antora/cli/bin/antora --stacktrace --ui-bundle-url "./ui-bundle.zip" generate antora-playbook.yml
61
cd ..
62
cp -r docs/build/site website/docs
63
0 commit comments