Skip to content

Commit

Permalink
Adds antora extension and updates ui version
Browse files Browse the repository at this point in the history
  • Loading branch information
spencergibb committed Sep 22, 2023
1 parent 5f0ea9b commit f51042b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/antora-playbook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ antora:
- '@antora/atlas-extension'
- require: '@springio/antora-extensions/root-component-extension'
root_component_name: 'cloud-kubernetes'
- '@springio/antora-extensions/static-page-extension'
site:
title: Spring Cloud Kubernetes
url: https://docs.spring.io/spring-cloud-kubernetes/reference/
Expand Down Expand Up @@ -35,4 +36,4 @@ runtime:
format: pretty
ui:
bundle:
url: https://github.com/spring-io/antora-ui-spring/releases/download/v0.3.5/ui-bundle.zip
url: https://github.com/spring-io/antora-ui-spring/releases/download/v0.4.2/ui-bundle.zip

5 comments on commit f51042b

@wind57
Copy link
Contributor

@wind57 wind57 commented on f51042b Sep 23, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@ryanjbaxter @spencergibb the build failed because of slow maven repo downloads, we hit the 60 minutes threshold for a stage. A simple re-trigger should do it.

@wind57
Copy link
Contributor

@wind57 wind57 commented on f51042b Sep 23, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this is going to fail again :| I'll take a closer look, as it fails on the same matrix step

@wind57
Copy link
Contributor

@wind57 wind57 commented on f51042b Sep 23, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I've tried a dummy build and it passed. @ryanjbaxter can you re-trigger this one again please?

@ryanjbaxter
Copy link
Contributor

@ryanjbaxter ryanjbaxter commented on f51042b Sep 23, 2023 via email

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@wind57
Copy link
Contributor

@wind57 wind57 commented on f51042b Sep 24, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

it passed now, thank you.

Please sign in to comment.