diff options
author | Alexandre Garand <alexandre.garand@fretlink.com> | 2019-07-08 11:30:44 +0200 |
---|---|---|
committer | Alexandre Garand <alexandre.garand@fretlink.com> | 2019-07-08 12:15:34 +0200 |
commit | 1e4cb933c500f8135161e3d7fabeb0acf93bec12 (patch) | |
tree | 59cbf3e7b3d8626f2ceffcaf3dedc6cc8228589b /GNUmakefile | |
parent | 6347cbbdc731236eeaccd772fd952dbf62862220 (diff) | |
download | terraform-provider-mailgun-1e4cb933c500f8135161e3d7fabeb0acf93bec12.tar.gz terraform-provider-mailgun-1e4cb933c500f8135161e3d7fabeb0acf93bec12.tar.zst terraform-provider-mailgun-1e4cb933c500f8135161e3d7fabeb0acf93bec12.zip |
add index.html to ghpages
created index.html
update the script to add it in the website directory
Diffstat (limited to 'GNUmakefile')
-rw-r--r-- | GNUmakefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/GNUmakefile b/GNUmakefile index fe6e28c..e31a939 100644 --- a/GNUmakefile +++ b/GNUmakefile | |||
@@ -62,5 +62,5 @@ ifeq (,$(wildcard $(GOPATH)/src/$(WEBSITE_REPO))) | |||
62 | endif | 62 | endif |
63 | @$(MAKE) -C $(GOPATH)/src/$(WEBSITE_REPO) website-provider-test PROVIDER_PATH=$(shell pwd) PROVIDER_NAME=$(PKG_NAME) | 63 | @$(MAKE) -C $(GOPATH)/src/$(WEBSITE_REPO) website-provider-test PROVIDER_PATH=$(shell pwd) PROVIDER_NAME=$(PKG_NAME) |
64 | 64 | ||
65 | .PHONY: build test testacc vet fmt fmtcheck errcheck test-compile website website-test | 65 | .PHONY: build test testacc vet fmt fmtcheck errcheck test-compile website website-test website-githubpages |
66 | 66 | ||