Skip to content

Commit 0705a20

Browse files
jimisolaJimisola Laursen
andauthored
fix(ci): correct local content source url in Antora playbook (#18)
Change `url: .` to `url: ./../` for the local content source. Antora resolves bare `..` paths from CWD rather than the playbook directory, but dot-prefixed paths (`./../`) resolve relative to the playbook file. Since the playbook is in `docs/`, `./../` correctly resolves to the repository root where the `.git` directory exists. Signed-off-by: jimisola <jimisola@jimisola.com> Co-authored-by: Jimisola Laursen <jimisola.laursen@resurs.se>
1 parent 1f05cba commit 0705a20

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/antora-playbook.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ site:
1010

1111
content:
1212
sources:
13-
- url: .
13+
- url: ./../
1414
branches: HEAD
1515
start_path: docs
1616
- url: https://github.com/reqstool/reqstool-client

0 commit comments

Comments
 (0)