Commit 0705a20
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
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| |||
0 commit comments