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 2c32601 commit d2264b2Copy full SHA for d2264b2
.github/workflows/update-antora-ui-spring.yml
@@ -13,6 +13,7 @@ permissions:
13
jobs:
14
update-antora-ui-spring:
15
runs-on: ubuntu-latest
16
+ if: github.repository_owner == 'spring-projects'
17
name: Update on Supported Branches
18
strategy:
19
matrix:
@@ -26,6 +27,7 @@ jobs:
26
27
antora-file-path: 'framework-docs/antora-playbook.yml'
28
update-antora-ui-spring-docs-build:
29
30
31
name: Update on docs-build
32
steps:
33
- uses: spring-io/spring-doc-actions/update-antora-spring-ui@5a57bcc6a0da2a1474136cf29571b277850432bc
0 commit comments