Skip to content

Commit 02e4eb6

Browse files
authored
Merge pull request #127 from hasheddan/rm-updocs
Remove updoc Makefile target
2 parents 3aadb11 + 7ab4774 commit 02e4eb6

1 file changed

Lines changed: 0 additions & 17 deletions

File tree

Makefile

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -79,23 +79,6 @@ XPKGS = provider-aws
7979
# we ensure image is present in daemon.
8080
xpkg.build.provider-aws: do.build.images
8181

82-
# ====================================================================================
83-
# Setup Upbound Docs
84-
85-
updoc-upload:
86-
@$(INFO) uploading docs for v$(VERSION_MAJOR).$(VERSION_MINOR)
87-
@go run github.com/upbound/official-providers/updoc/cmd upload \
88-
--docs-dir=$(ROOT_DIR)/docs \
89-
--name=$(PROJECT_NAME) \
90-
--version=v$(VERSION_MAJOR).$(VERSION_MINOR) \
91-
--bucket-name=$(BUCKET_NAME) \
92-
--cdn-domain=$(CDN_DOMAIN) || $(FAIL)
93-
@$(OK) uploaded docs for v$(VERSION_MAJOR).$(VERSION_MINOR)
94-
95-
ifneq ($(filter release-%,$(BRANCH_NAME)),)
96-
publish.artifacts: updoc-upload
97-
endif
98-
9982
# ====================================================================================
10083
# Targets
10184

0 commit comments

Comments
 (0)