docs(releaser): fix Geekdoc edit path — content/ was duplicated
ci / vet, staticcheck, test, build (push) Successful in 3m3s
docs / Build and deploy docs (push) Failing after 17s

Geekdoc sets geekdocFilePath to the file path relative to the Hugo
working dir (docs/), so it already begins with content/. The previous
value "docs/content" caused the join to produce docs/content/content/.
Corrected to "_edit/main/docs".

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-07-12 00:01:29 +02:00
parent 712abe3c9d
commit c1ecd947ac
+1 -1
View File
@@ -15,7 +15,7 @@ pygmentsCodeFences = true
[params]
geekdocLogo = "images/releaser-logo-1024.png"
geekdocRepo = "https://git.k3nny.fr/k3nny/releaser"
geekdocEditPath = "_edit/main/docs/content"
geekdocEditPath = "_edit/main/docs"
geekdocSearch = true
geekdocMenuBundle = true
geekdocBreadcrumb = false