Skip to content

Commit 193cc89

Browse files
committed
hugo - add withdeploy tag
Hugo no longer ships with deploy funcationality by default. Updates build tags to "extended,withdeploy". See gohugoio/hugo#12995 for why this is needed.
1 parent 9b123df commit 193cc89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Formula/h/hugo.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ def install
2929
-X github.com/gohugoio/hugo/common/hugo.buildDate=#{time.iso8601}
3030
-X github.com/gohugoio/hugo/common/hugo.vendorInfo=brew
3131
]
32-
system "go", "build", *std_go_args(ldflags:), "-tags", "extended"
32+
system "go", "build", *std_go_args(ldflags:), "-tags", "extended,withdeploy"
3333

3434
generate_completions_from_executable(bin/"hugo", "completion")
3535
system bin/"hugo", "gen", "man", "--dir", man1

0 commit comments

Comments
 (0)