created index.html
update the script to add it in the website directory
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
--- /dev/null
+<meta http-equiv="refresh" content="0; url=docs/providers/mailgun/index.html" />
rm -rf terraform-provider-website;
mv localhost:4567/ terraform-provider-website;
+mv index.html terraform-provider-website/index.html
docker stop "$(docker ps -q)") &