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