File tree 1 file changed +7
-3
lines changed
1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -121,19 +121,23 @@ permissions:
121
121
jobs:
122
122
update-antora-ui-spring:
123
123
runs-on: ubuntu-latest
124
- name: Update
124
+ name: Update on Supported Branches
125
125
strategy:
126
126
matrix:
127
127
branch: [ '5.8.x', '6.1.x', '6.2.x', 'main' ]
128
128
steps:
129
129
- uses: spring-io/spring-doc-actions/update-antora-spring-ui@{ACTION_VERSION}
130
- name: Update on Supported Branches
130
+ name: Update
131
131
with:
132
132
docs-branch: ${{ matrix.branch }}
133
133
token: ${{ secrets.GITHUB_TOKEN }}
134
134
antora-file-path: 'docs/antora-playbook.yml'
135
+ update-antora-ui-spring-docs-build:
136
+ runs-on: ubuntu-latest
137
+ name: Update on docs-build
138
+ steps:
135
139
- uses: spring-io/spring-doc-actions/update-antora-spring-ui@{ACTION_VERSION}
136
- name: Update on docs-build
140
+ name: Update
137
141
with:
138
142
docs-branch: 'docs-build'
139
143
token: ${{ secrets.GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments