mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-07-06 18:52:13 +00:00
Polish workflow
Issue gh-15106
This commit is contained in:
parent
9d831fe14e
commit
f39de00179
12
.github/workflows/update-antora-ui-spring.yml
vendored
12
.github/workflows/update-antora-ui-spring.yml
vendored
@ -1,8 +1,6 @@
|
|||||||
name: Update Antora UI Spring
|
name: Update Antora UI Spring
|
||||||
|
|
||||||
on:
|
on:
|
||||||
schedule:
|
|
||||||
- cron: '0 10 * * *' # Once per day at 10am UTC
|
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
||||||
permissions:
|
permissions:
|
||||||
@ -13,23 +11,19 @@ permissions:
|
|||||||
jobs:
|
jobs:
|
||||||
update-antora-ui-spring:
|
update-antora-ui-spring:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
name: Update Supported Branches
|
name: Update
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
branch: [ '5.8.x', '6.1.x', '6.2.x', 'main' ]
|
branch: [ '5.8.x', '6.1.x', '6.2.x', 'main' ]
|
||||||
steps:
|
steps:
|
||||||
- uses: spring-io/spring-doc-actions/update-antora-spring-ui@9ab6029a59f5a8e3b40dc8757ff5d9f3569647db
|
- uses: spring-io/spring-doc-actions/update-antora-spring-ui@9ab6029a59f5a8e3b40dc8757ff5d9f3569647db
|
||||||
name: Update antora-playbook.yml
|
name: Update on Supported Branches
|
||||||
with:
|
with:
|
||||||
docs-branch: ${{ matrix.branch }}
|
docs-branch: ${{ matrix.branch }}
|
||||||
token: ${{ secrets.GITHUB_TOKEN }}
|
token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
antora-file-path: 'docs/antora-playbook.yml'
|
antora-file-path: 'docs/antora-playbook.yml'
|
||||||
update-antora-ui-spring-docs-build:
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
name: Update Docs Build
|
|
||||||
steps:
|
|
||||||
- uses: spring-io/spring-doc-actions/update-antora-spring-ui@9ab6029a59f5a8e3b40dc8757ff5d9f3569647db
|
- uses: spring-io/spring-doc-actions/update-antora-spring-ui@9ab6029a59f5a8e3b40dc8757ff5d9f3569647db
|
||||||
name: Update antora-playbook.yml
|
name: Update on docs-build
|
||||||
with:
|
with:
|
||||||
docs-branch: 'docs-build'
|
docs-branch: 'docs-build'
|
||||||
token: ${{ secrets.GITHUB_TOKEN }}
|
token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user