Skip to content

Commit add4024

Browse files
JakeSCahillclaude
authored andcommitted
Fix local playbook to use local filesystem instead of GitHub main
The playbook was pulling from GitHub's main branch instead of the local working directory, causing the build to show old remote/* pages instead of the new managed/* structure. Changed content source from GitHub URL to local directory (.) with HEAD branch so Antora builds from the current branch with all local changes. Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
1 parent b128b48 commit add4024

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

local-antora-playbook.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ output:
1212
clean: true
1313
content:
1414
sources:
15-
- url: https://github.com/redpanda-data/adp-docs
16-
branches: main
15+
- url: .
16+
branches: HEAD
1717
- url: https://github.com/redpanda-data/docs
1818
branches: [main, v/*, api, shared, site-search,'!v-end-of-life/*']
1919
- url: https://github.com/redpanda-data/cloud-docs

0 commit comments

Comments
 (0)