Skip to content

Commit

Permalink
Merge pull request #44 from hasheddan/rm-updoc
Browse files Browse the repository at this point in the history
Remove updoc Makefile target
  • Loading branch information
hasheddan authored Nov 7, 2022
2 parents 2e50e75 + 3c4f500 commit 9d944a7
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 9d944a7

Please sign in to comment.