1
0
Fork 0
mirror of https://github.com/gohugoio/hugo.git synced 2025-03-26 03:31:59 +00:00
hugo/testscripts
Bjørn Erik Pedersen 12dc9a6e4a deploy: Fix deploy defaults for non-zero flag values (e.g. maxDeletes, invalidateCDN)
This was broken in the config rewrite in Hugo 0.112.0.

The workaround is to be explicit about setting these flag values (even if just using the defaults), e.g.:

```
hugo deploy --invalidateCDN --maxDeletes 256
```

Fixes 
2023-06-18 19:38:34 +02:00
..
commands deploy: Fix deploy defaults for non-zero flag values (e.g. maxDeletes, invalidateCDN) 2023-06-18 19:38:34 +02:00
unfinished commands: Improve the common build flag handling 2023-05-17 22:13:29 +02:00