Skip to content

Commit 6945f3c

Browse files
Add update-antora-ui-spring.yml workflow
1 parent d8ba7f5 commit 6945f3c

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
name: Update Antora UI Spring
2+
3+
on:
4+
schedule:
5+
- cron: '0 10 * * *' # Once per day at 10am UTC
6+
workflow_dispatch:
7+
8+
permissions:
9+
pull-requests: write
10+
issues: write
11+
contents: write
12+
13+
jobs:
14+
update-antora-ui-spring-docs-build:
15+
runs-on: ubuntu-latest
16+
name: Update on docs-build
17+
steps:
18+
- uses: spring-io/spring-doc-actions/update-antora-spring-ui@17ed79ea5fbd65813c69ef1062a024d4a37ff0ca
19+
name: Update
20+
with:
21+
docs-branch: 'docs-build'
22+
token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)