Commit d68a99a
committed
fix(docs): set HUGO_ENV=production explicitly in v2 workflow
Without explicit HUGO_ENV=production, Hugo loads config/_default/params.toml
which only has a single "Latest" entry. The full version list for the
version picker lives in config/production/params.toml (maintained by
bump_doc_dependencies.py during releases). Hugo defaults to production
for builds, but being explicit matches the original hugo-build-versioned-action
and avoids any ambiguity.
jira: trivial
risk: nonprod1 parent 7c8f9d9 commit d68a99a
1 file changed
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
124 | 124 | | |
125 | 125 | | |
126 | 126 | | |
| 127 | + | |
| 128 | + | |
127 | 129 | | |
128 | 130 | | |
129 | 131 | | |
| |||
0 commit comments