Skip to content

Commit adfc7dc

Browse files
committed
Fix docs for repo org change
1 parent f9b7b9b commit adfc7dc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/deploy-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ permissions:
1414
contents: write
1515
jobs:
1616
build:
17-
if: github.repository_owner == 'spring-projects-experimental'
17+
if: github.repository_owner == 'spring-projects'
1818
runs-on: ubuntu-latest
1919
steps:
2020
- name: Checkout

antora-playbook.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ git:
1515
ensure_git_suffix: false
1616
content:
1717
sources:
18-
- url: https://github.com/spring-projects-experimental/spring-ai
18+
- url: https://github.com/spring-projects/spring-ai
1919
# Refname matching:
2020
# https://docs.antora.org/antora/latest/playbook/content-refname-matching/
2121
branches: [main]

0 commit comments

Comments
 (0)