mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-08 21:59:32 -04:00

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 #11127