swh:1:snp:6f474f17101e00174fb49dd87d5b016477d6f57c
Revision 740fe9ec73cbeb22984ecc748a7ffe1487eb9518 authored by circleci-app[bot] on 28 February 2026, 15:26:20 UTC, committed by GitHub on 28 February 2026, 15:26:20 UTC
**Root cause:** The Hugo build command was using `--destination ${HUGO_OUTPUT_FOLDER}` without proper quoting, causing Hugo 0.157.0 to misinterpret the environment variable value "docs" as a subcommand rather than a destination path argument.
**Fix approach:** Updated the Hugo command to use the short form `-d` flag with proper quoting around environment variables to ensure correct parsing.
**Changes made:**
- Changed `--destination ${HUGO_OUTPUT_FOLDER}` to `-d "${HUGO_OUTPUT_FOLDER}"`
- Added quotes around `${BASE_URL}` for consistency and proper parsing
- Maintained all other flags and verbose mode1 parent da98bcd
Tip revision: bed88a0bf94aadb7df7733336febd55226a5f6dd authored by Luis GC on 15 February 2026, 19:41:36 UTC
travel cv updated
travel cv updated
Tip revision: bed88a0
| File | Mode | Size |
|---|---|---|
| .circleci | ||
| archetypes | ||
| assets | ||
| content | ||
| layouts | ||
| static | ||
| themes | ||
| .gitignore | -rw-r--r-- | 50 bytes |
| .gitmodules | -rw-r--r-- | 123 bytes |
| LICENSE | -rw-r--r-- | 34.3 KB |
| README.md | -rw-r--r-- | 714 bytes |
| config.toml | -rw-r--r-- | 10.4 KB |
| config.toml_old | -rw-r--r-- | 9.5 KB |
| config_future-imperfect.toml | -rw-r--r-- | 6.5 KB |
| staticman.yml | -rw-r--r-- | 2.2 KB |

Computing file changes ...
README.md

Loading README.md ...