Skip to content

Commit

Permalink
Polish workflow
Browse files Browse the repository at this point in the history
Issue gh-15106
  • Loading branch information
marcusdacoregio committed May 20, 2024
1 parent 9d831fe commit f39de00
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions .github/workflows/update-antora-ui-spring.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
name: Update Antora UI Spring

on:
schedule:
- cron: '0 10 * * *' # Once per day at 10am UTC
workflow_dispatch:

permissions:
Expand All @@ -13,23 +11,19 @@ permissions:
jobs:
update-antora-ui-spring:
runs-on: ubuntu-latest
name: Update Supported Branches
name: Update
strategy:
matrix:
branch: [ '5.8.x', '6.1.x', '6.2.x', 'main' ]
steps:
- uses: spring-io/spring-doc-actions/update-antora-spring-ui@9ab6029a59f5a8e3b40dc8757ff5d9f3569647db
name: Update antora-playbook.yml
name: Update on Supported Branches
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 Docs Build
steps:
- uses: spring-io/spring-doc-actions/update-antora-spring-ui@9ab6029a59f5a8e3b40dc8757ff5d9f3569647db
name: Update antora-playbook.yml
name: Update on docs-build
with:
docs-branch: 'docs-build'
token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit f39de00

Please sign in to comment.