From 139cfa9507eaa4c497927a599f6b00aa9145c04a Mon Sep 17 00:00:00 2001 From: George Gastaldi Date: Wed, 27 Mar 2024 12:24:56 -0300 Subject: [PATCH] Use a regexp for detecting potential branches in quarkus-tika (#156) --- antora-playbook.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/antora-playbook.yml b/antora-playbook.yml index 615fae37d3..0077b2c91b 100644 --- a/antora-playbook.yml +++ b/antora-playbook.yml @@ -259,7 +259,9 @@ content: branches: HEAD start_path: docs - url: https://github.com/quarkiverse/quarkus-tika - branches: [ HEAD, 1.x ] + branches: [ HEAD, '{1..9}*({0..9})?(.+({0..9})).x' ] + version: + main: dev # fallback to using the matched refname as the value for other branches start_path: docs - url: https://github.com/quarkiverse/quarkus-unleash.git branches: [ HEAD, 0.x ]