File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5454 - name : generate docs
5555 run : |
5656 cd docs
57+ curl -O https://github.com/smallrye/smallrye-antora-ui/blob/main/build/ui-bundle.zip?raw=true
58+ ls -l
5759 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
60+ ./node_modules/@antora/cli/bin/antora --stacktrace --ui-bundle-url ./ui-bundle.zip generate antora-playbook.yml
5961 cd ..
6062 cp -r docs/build/site website/docs
6163
Original file line number Diff line number Diff line change @@ -22,10 +22,10 @@ content:
2222 - url : https://github.com/smallrye/smallrye-health.git
2323 branches : 3.0.x
2424 start_path : doc
25- ui :
26- bundle :
27- url : https://github.com/smallrye/smallrye-antora-ui/blob/main/build/ui-bundle.zip?raw=true
28- snapshot : true
25+ # ui:
26+ # bundle:
27+ # url: https://github.com/smallrye/smallrye-antora-ui/blob/main/build/ui-bundle.zip?raw=true
28+ # snapshot: true
2929asciidoc :
3030 extensions :
3131 - asciidoctor-kroki
You can’t perform that action at this time.
0 commit comments