Fix Antora for Milestone & RC

- Verify Antora display_version
- Run workflow for tags
- Allow run workflow manually

Issue gh-10765
This commit is contained in:
Rob Winch
2022-01-18 12:38:03 -06:00
parent 20c252982e
commit 8eeacf4a36
4 changed files with 40 additions and 3 deletions

View File

@@ -1,9 +1,11 @@
name: Generate Antora Files and Request Build
on:
workflow_dispatch:
push:
branches-ignore:
- 'gh-pages'
tags: '**'
env:
GH_ACTIONS_REPO_TOKEN: ${{ secrets.GH_ACTIONS_REPO_TOKEN }}