From 3c4f5000fb63faf7362e5b6103d622ab33475f6e Mon Sep 17 00:00:00 2001 From: hasheddan Date: Mon, 7 Nov 2022 11:04:42 -0500 Subject: [PATCH] Remove updoc Makefile target Removes the updoc Makefile target as we no longer publish docs in that manner. Signed-off-by: hasheddan --- Makefile | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/Makefile b/Makefile index a14cdb553..8acd13551 100644 --- a/Makefile +++ b/Makefile @@ -78,23 +78,6 @@ XPKGS = provider-gcp # we ensure image is present in daemon. xpkg.build.provider-gcp: 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