Skip to content

Commit 4339b8a

Browse files
committed
Fix local-antora-playbook.yml
- Point to generated content - Point to remote antora-ui-spring
1 parent 63f706d commit 4339b8a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

local-antora-playbook.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,12 @@ site:
33
start_page: session::index.adoc
44
content:
55
sources:
6+
- url: https://github.com/spring-io/spring-generated-docs
7+
branches: [spring-session/main]
68
- url: ./
79
branches: HEAD
810
start_path: spring-session-docs
911
ui:
1012
bundle:
11-
url: ../../rwinch/antora-ui-spring/build/ui-bundle.zip
13+
url: https://github.com/spring-io/antora-ui-spring/releases/download/latest/ui-bundle.zip
1214
snapshot: true

0 commit comments

Comments
 (0)