X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=scripts%2Flaunch-website.sh;h=dda894dd6077717b2b186f309a67ff11b32631af;hb=1547d54fbe648764c6a94a0084ca7126c8811668;hp=a6365655b081646062011ee6d221260ec424934d;hpb=1e4cb933c500f8135161e3d7fabeb0acf93bec12;p=github%2Ffretlink%2Fterraform-provider-mailgun.git diff --git a/scripts/launch-website.sh b/scripts/launch-website.sh index a636565..dda894d 100755 --- a/scripts/launch-website.sh +++ b/scripts/launch-website.sh @@ -1,5 +1,6 @@ #!/usr/bin/env bash +# sleep and the sub-command are there to make sure wget is called *after* `make website` has started. This ensures the website to be fetched correctly. (sleep 10; wget --recursive --no-parent --domains localhost --page-requisites --html-extension --convert-links --no-clobber http://localhost:4567/docs/providers/mailgun/;