mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-07 20:30:36 -05:00
parent
74daca6b30
commit
8e77bcc930
1 changed files with 2 additions and 1 deletions
|
@ -438,7 +438,8 @@ func (h *HugoSites) postProcess() error {
|
|||
return nil
|
||||
}
|
||||
|
||||
for _, filename := range h.Deps.FilenameHasPostProcessPrefix {
|
||||
filenames := helpers.UniqueStrings(h.Deps.FilenameHasPostProcessPrefix)
|
||||
for _, filename := range filenames {
|
||||
filename := filename
|
||||
g.Run(func() error {
|
||||
return handleFile(filename)
|
||||
|
|
Loading…
Reference in a new issue