Skip to content

Commit

Permalink
Use update-antora-ui-spring action from spring-doc-actions
Browse files Browse the repository at this point in the history
Closes gh-15106
  • Loading branch information
marcusdacoregio committed May 20, 2024
1 parent a2a87a1 commit 4541e2f
Showing 1 changed file with 23 additions and 5 deletions.
28 changes: 23 additions & 5 deletions .github/workflows/update-antora-ui-spring.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,28 @@ on:
permissions:
pull-requests: write
issues: write
contents: write

jobs:
update:
name: Build
uses: spring-io/spring-security-release-tools/.github/workflows/update-antora-ui-spring.yml@7f9c379a5fa976c48285c83220b0a86ddc3a952c
secrets:
token: ${{ secrets.GITHUB_TOKEN }}
update-antora-ui-spring:
runs-on: ubuntu-latest
name: Update Supported Branches
strategy:
matrix:
branch: [ '5.8.x', '6.1.x', '6.2.x', 'main' ]
steps:
- uses: spring-io/spring-docs-actions/update-antora-spring-ui@9ab6029a59f5a8e3b40dc8757ff5d9f3569647db
name: Update antora-playbook.yml
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-docs-actions/update-antora-spring-ui@9ab6029a59f5a8e3b40dc8757ff5d9f3569647db
name: Update antora-playbook.yml
with:
docs-branch: 'docs-build'
token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 4541e2f

Please sign in to comment.