mirror of
https://github.com/1technophile/OpenMQTTGateway.git
synced 2026-03-14 19:28:21 +01:00
The ci_site.sh script was overriding the VuePress dest to "generated/site/dev" in dev mode. Since task-docs.yml already sets destination_dir: "dev" in the GitHub Pages deploy step, this caused the site to be nested at /dev/dev/ on gh-pages, leaving docs.openmqttgateway.com/dev/ empty. Remove the dest override and let the deploy action handle the subdirectory placement. Co-authored-by: Florian <1technophile@users.noreply.github.com> Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>