]> git.immae.eu Git - github/fretlink/terraform-provider-mailgun.git/blobdiff - GNUmakefile
add automatic push of github pages
[github/fretlink/terraform-provider-mailgun.git] / GNUmakefile
index 7750632f454dedd1a34e6168376d583c1e160a68..fe6e28c931bd23928e0f4c320c18fcb2d394f462 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..."