]> git.immae.eu Git - github/fretlink/terraform-provider-mailgun.git/blame - scripts/launch-website.sh
add index.html to ghpages
[github/fretlink/terraform-provider-mailgun.git] / scripts / launch-website.sh
CommitLineData
87e93609
AG
1#!/usr/bin/env bash
2
3(sleep 10;
4wget --recursive --no-parent --domains localhost --page-requisites --html-extension --convert-links --no-clobber http://localhost:4567/docs/providers/mailgun/;
5
6rm -rf terraform-provider-website;
7mv localhost:4567/ terraform-provider-website;
1e4cb933 8mv index.html terraform-provider-website/index.html
87e93609
AG
9
10docker stop "$(docker ps -q)") &
11
12make website