Skip to content

Commit

Permalink
Merge pull request #127 from hasheddan/rm-updocs
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 3aadb11 + 7ab4774 commit 02e4eb6
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 @@ -79,23 +79,6 @@ XPKGS = provider-aws
# we ensure image is present in daemon.
xpkg.build.provider-aws: 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 02e4eb6

Please sign in to comment.