diff --git a/content/hosting-and-deployment/deployment-with-nanobox.md b/content/hosting-and-deployment/deployment-with-nanobox.md index 556d7dfaf..c318155f9 100644 --- a/content/hosting-and-deployment/deployment-with-nanobox.md +++ b/content/hosting-and-deployment/deployment-with-nanobox.md @@ -92,6 +92,12 @@ run.config: extra_steps: - bash ./install.sh +deploy.config: + + # generate site on deploy + extra_steps: + - hugo + {{< /code >}} {{% note %}}