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 f9b7b9b commit adfc7dcCopy full SHA for adfc7dc
.github/workflows/deploy-docs.yml
@@ -14,7 +14,7 @@ permissions:
14
contents: write
15
jobs:
16
build:
17
- if: github.repository_owner == 'spring-projects-experimental'
+ if: github.repository_owner == 'spring-projects'
18
runs-on: ubuntu-latest
19
steps:
20
- name: Checkout
antora-playbook.yml
@@ -15,7 +15,7 @@ git:
ensure_git_suffix: false
content:
sources:
- - url: https://github.com/spring-projects-experimental/spring-ai
+ - url: https://github.com/spring-projects/spring-ai
# Refname matching:
# https://docs.antora.org/antora/latest/playbook/content-refname-matching/
21
branches: [main]
0 commit comments