]> git.immae.eu Git - github/fretlink/terraform-provider-mailgun.git/blobdiff - GNUmakefile
add index.html to ghpages
[github/fretlink/terraform-provider-mailgun.git] / GNUmakefile
index 7750632f454dedd1a34e6168376d583c1e160a68..e31a939a3b607e373c04eb8d6603ddb11bf663ec 100644 (file)
@@ -46,6 +46,8 @@ test-compile:
        fi
        go test -c $(TEST) $(TESTARGS)
 
+website-githubpages:
+       bash scripts/launch-website.sh
 website:
 ifeq (,$(wildcard $(GOPATH)/src/$(WEBSITE_REPO)))
        echo "$(WEBSITE_REPO) not found in your GOPATH (necessary for layouts and assets), get-ting..."
@@ -60,5 +62,5 @@ ifeq (,$(wildcard $(GOPATH)/src/$(WEBSITE_REPO)))
 endif
        @$(MAKE) -C $(GOPATH)/src/$(WEBSITE_REPO) website-provider-test PROVIDER_PATH=$(shell pwd) PROVIDER_NAME=$(PKG_NAME)
 
-.PHONY: build test testacc vet fmt fmtcheck errcheck test-compile website website-test
+.PHONY: build test testacc vet fmt fmtcheck errcheck test-compile website website-test website-githubpages