Skip to content

Commit

Permalink
comment out .make/docs.mk config-docs-generate target
Browse files Browse the repository at this point in the history
  • Loading branch information
refs committed Nov 20, 2021
1 parent 1708149 commit 9c3fb1c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .drone.star
Expand Up @@ -146,7 +146,7 @@ def main(ctx):

build_release_helpers = [
changelog(ctx),
#docs(ctx),
docs(ctx),
]

test_pipelines.append(
Expand Down
2 changes: 1 addition & 1 deletion .make/docs.mk
Expand Up @@ -3,7 +3,7 @@ SKIP_CONFIG_DOCS_GENERATE ?= 0
CONFIG_DOCS_BASE_PATH ?= ../docs/extensions

#.PHONY: config-docs-generate
#config-docs-generate: $(FLAEX)
config-docs-generate: $(FLAEX)
# @if [ $(SKIP_CONFIG_DOCS_GENERATE) -ne 1 ]; then \
# $(FLAEX) >| $(CONFIG_DOCS_BASE_PATH)/$(NAME)/configuration.md \
# ; fi;
Expand Down

0 comments on commit 9c3fb1c

Please sign in to comment.