Skip to content

Commit

Permalink
Use a regexp for detecting potential branches in quarkus-tika (#156)
Browse files Browse the repository at this point in the history
  • Loading branch information
gastaldi authored Mar 27, 2024
1 parent ea5ea7f commit 139cfa9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion antora-playbook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 ]
Expand Down

0 comments on commit 139cfa9

Please sign in to comment.