mirror of
https://github.com/fluxcd/flux2.git
synced 2026-02-10 01:37:29 +00:00
Merge pull request #396 from fluxcd/make-docs-target
Delete generated docs before regenerating them
This commit is contained in:
commit
071982097a
1 changed files with 1 additions and 0 deletions
1
Makefile
1
Makefile
|
|
@ -22,6 +22,7 @@ install:
|
|||
|
||||
.PHONY: docs
|
||||
docs:
|
||||
rm docs/cmd/*
|
||||
mkdir -p ./docs/cmd && go run ./cmd/flux/ docgen
|
||||
|
||||
install-dev:
|
||||
|
|
|
|||
Loading…
Reference in a new issue