Skip to content

Commit

Permalink
Create update-antora-ui-spring.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
marcusdacoregio committed May 24, 2024
1 parent 3682935 commit 7c530b8
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/workflows/update-antora-ui-spring.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
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-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 }}

0 comments on commit 7c530b8

Please sign in to comment.