mirror of https://github.com/knative/func.git
fix: docs generator needs not ldflags (#1354)
This commit is contained in:
parent
8fd0919be3
commit
a31d2e5e50
2
Makefile
2
Makefile
|
@ -98,7 +98,7 @@ clean: clean_templates ## Remove generated artifacts such as binaries and schema
|
||||||
|
|
||||||
docs:
|
docs:
|
||||||
# Generating command reference doc
|
# Generating command reference doc
|
||||||
go run docs/generator/main.go -ldflags $(LDFLAGS)
|
go run docs/generator/main.go
|
||||||
|
|
||||||
#############
|
#############
|
||||||
##@ Templates
|
##@ Templates
|
||||||
|
|
Loading…
Reference in New Issue