File tree Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 11
11
- uses : actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # tag=v3.0.2
12
12
with :
13
13
submodules : true
14
+ fetch-depth : 0
14
15
- uses : actions/setup-node@1f8c6b94b26d0feae1e387ca63ccbdc44d27b561 # tag=v2
15
16
with :
16
17
node-version : ' 16'
Original file line number Diff line number Diff line change 20
20
node-version : ' 16'
21
21
cache : ' npm'
22
22
- run : npm ci
23
- - run : make ANTORAFLAGS=--fetch
23
+ - run : make ANTORAFLAGS=--fetch PLAYBOOK=antora-playbook.yml
24
24
- name : Publish to GitHub Pages
25
25
uses : peaceiris/actions-gh-pages@068dc23d9710f1ba62e86896f84735d869951305 # tag=v3
26
26
with :
Original file line number Diff line number Diff line change 2
2
site :
3
3
title : Stackable Documentation
4
4
url : https://docs.stackable.tech
5
+ start_page : home::index.adoc
5
6
robots : allow
6
7
7
8
urls :
@@ -81,7 +82,7 @@ content:
81
82
ui :
82
83
bundle :
83
84
url : ./ui/build/ui-bundle.zip
84
- supplemental_files : ./node_modules/@antora/lunr-extension/supplemental_ui
85
+ supplemental_files : ./supplemental-ui
85
86
86
87
antora :
87
88
extensions :
@@ -92,6 +93,7 @@ asciidoc:
92
93
attributes :
93
94
base-repo : https://github.com/stackabletech
94
95
plantuml-server-url : http://www.plantuml.com/plantuml
96
+ kroki-fetch-diagram : true
95
97
extensions :
96
98
- asciidoctor-kroki
97
99
You can’t perform that action at this time.
0 commit comments