File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -79,23 +79,6 @@ XPKGS = provider-aws
7979# we ensure image is present in daemon.
8080xpkg.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
You can’t perform that action at this time.
0 commit comments