Skip to content

Commit

Permalink
Docs target should not depend on provider target (#546)
Browse files Browse the repository at this point in the history
  • Loading branch information
guineveresaenger committed Mar 15, 2023
1 parent c6847aa commit 930d965
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ cleanup:
rm -r $(WORKING_DIR)/bin
rm -f provider/cmd/$(PROVIDER)/schema.go

docs: provider
docs:
cd provider/pkg/docs-gen/examples/ && \
PATH="$(WORKING_DIR)/bin:$$PATH" go run generate.go ./yaml ./

Expand Down Expand Up @@ -161,4 +161,4 @@ endif
bin/pulumi-java-gen:
$(shell pulumictl download-binary -n pulumi-language-java -v $(JAVA_GEN_VERSION) -r pulumi/pulumi-java)

.PHONY: development build build_sdks install_go_sdk install_java_sdk install_python_sdk install_sdks only_build build_dotnet build_go build_java build_nodejs build_python clean cleanup docs finish-patch help install_dotnet_sdk install_nodejs_sdk install_plugins lint_provider provider start-patch test tfgen upstream
.PHONY: development build build_sdks install_go_sdk install_java_sdk install_python_sdk install_sdks only_build build_dotnet build_go build_java build_nodejs build_python clean cleanup docs finish-patch help install_dotnet_sdk install_nodejs_sdk install_plugins lint_provider provider start-patch test tfgen upstream

0 comments on commit 930d965

Please sign in to comment.