From 7ab47742334fe27bdf446deeb0871d95f1505a81 Mon Sep 17 00:00:00 2001 From: hasheddan Date: Mon, 7 Nov 2022 10:52:56 -0500 Subject: [PATCH] Remove updoc Makefile target Drops the updoc Makefile target so that it is not triggered during artifact publish. Signed-off-by: hasheddan --- Makefile | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/Makefile b/Makefile index d75449059e..668d104b2f 100644 --- a/Makefile +++ b/Makefile @@ -79,23 +79,6 @@ XPKGS = provider-aws # we ensure image is present in daemon. xpkg.build.provider-aws: do.build.images -# ==================================================================================== -# Setup Upbound Docs - -updoc-upload: - @$(INFO) uploading docs for v$(VERSION_MAJOR).$(VERSION_MINOR) - @go run github.com/upbound/official-providers/updoc/cmd upload \ - --docs-dir=$(ROOT_DIR)/docs \ - --name=$(PROJECT_NAME) \ - --version=v$(VERSION_MAJOR).$(VERSION_MINOR) \ - --bucket-name=$(BUCKET_NAME) \ - --cdn-domain=$(CDN_DOMAIN) || $(FAIL) - @$(OK) uploaded docs for v$(VERSION_MAJOR).$(VERSION_MINOR) - -ifneq ($(filter release-%,$(BRANCH_NAME)),) -publish.artifacts: updoc-upload -endif - # ==================================================================================== # Targets