File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed
Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -121,19 +121,23 @@ permissions:
121121jobs:
122122 update-antora-ui-spring:
123123 runs-on: ubuntu-latest
124- name: Update
124+ name: Update on Supported Branches
125125 strategy:
126126 matrix:
127127 branch: [ '5.8.x', '6.1.x', '6.2.x', 'main' ]
128128 steps:
129129 - uses: spring-io/spring-doc-actions/update-antora-spring-ui@{ACTION_VERSION}
130- name: Update on Supported Branches
130+ name: Update
131131 with:
132132 docs-branch: ${{ matrix.branch }}
133133 token: ${{ secrets.GITHUB_TOKEN }}
134134 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:
135139 - uses: spring-io/spring-doc-actions/update-antora-spring-ui@{ACTION_VERSION}
136- name: Update on docs-build
140+ name: Update
137141 with:
138142 docs-branch: 'docs-build'
139143 token: ${{ secrets.GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments