mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-07-05 18:22:26 +00:00
Add update-antora-ui-spring.yml
Issue gh-15106
This commit is contained in:
parent
cbd1340e78
commit
caee65b2e4
35
.github/workflows/update-antora-ui-spring.yml
vendored
Normal file
35
.github/workflows/update-antora-ui-spring.yml
vendored
Normal file
@ -0,0 +1,35 @@
|
|||||||
|
name: Update Antora UI Spring
|
||||||
|
|
||||||
|
on:
|
||||||
|
schedule:
|
||||||
|
- cron: '0 10 * * *' # Once per day at 10am UTC
|
||||||
|
workflow_dispatch:
|
||||||
|
|
||||||
|
permissions:
|
||||||
|
pull-requests: write
|
||||||
|
issues: write
|
||||||
|
contents: write
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
update-antora-ui-spring:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
name: Update on Supported Branches
|
||||||
|
strategy:
|
||||||
|
matrix:
|
||||||
|
branch: [ '5.8.x', '6.2.x', '6.3.x', 'main' ]
|
||||||
|
steps:
|
||||||
|
- uses: spring-io/spring-doc-actions/update-antora-spring-ui@5a57bcc6a0da2a1474136cf29571b277850432bc
|
||||||
|
name: Update
|
||||||
|
with:
|
||||||
|
docs-branch: ${{ matrix.branch }}
|
||||||
|
token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
antora-file-path: 'docs/antora-playbook.yml'
|
||||||
|
update-antora-ui-spring-docs-build:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
name: Update on docs-build
|
||||||
|
steps:
|
||||||
|
- uses: spring-io/spring-doc-actions/update-antora-spring-ui@5a57bcc6a0da2a1474136cf29571b277850432bc
|
||||||
|
name: Update
|
||||||
|
with:
|
||||||
|
docs-branch: 'docs-build'
|
||||||
|
token: ${{ secrets.GITHUB_TOKEN }}
|
Loading…
x
Reference in New Issue
Block a user