We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8ba7f5 commit 6945f3cCopy full SHA for 6945f3c
.github/workflows/update-antora-ui-spring.yml
@@ -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