fix(docs): pass baseURL from configure-pages to Hugo build

actions/configure-pages v5+ exports HUGO_BASEURL automatically,
which overrides hugo.toml. By adding id: pages to the step and
passing --baseURL explicitly, we get the correct sub-path
(https://gesellix.github.io/Bose-SoundTouch/) on GitHub Pages
while local dev (docker-compose.docs.yml already passes --baseURL /)
continues to work unchanged.

Also change hugo.toml baseURL to '/' as the neutral local default.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Tobias Gesellchen
2026-05-24 14:08:19 +02:00
co-authored by Claude Sonnet 4.6
parent ed65f6765b
commit 14e9d54b4e
2 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
baseURL = "https://gesellix.github.io/Bose-SoundTouch/"
baseURL = "/"
languageCode = "en-us"
title = "AfterTouch"