Skip to content

Commit

Permalink
Remove updoc Makefile target
Browse files Browse the repository at this point in the history
Removes the updoc Makefile target as we no longer publish docs in that
manner.

Signed-off-by: hasheddan <[email protected]>
  • Loading branch information
hasheddan committed Nov 7, 2022
1 parent 2e50e75 commit 3c4f500
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 3c4f500

Please sign in to comment.