mirror of
https://github.com/gohugoio/hugoDocs.git
synced 2025-09-18 02:00:28 -04:00
Generate static assets on deploy in Nanobox tutorial
This commit is contained in:
parent
816d207f07
commit
1bbb41ca41
@ -92,6 +92,12 @@ run.config:
|
|||||||
extra_steps:
|
extra_steps:
|
||||||
- bash ./install.sh
|
- bash ./install.sh
|
||||||
|
|
||||||
|
deploy.config:
|
||||||
|
|
||||||
|
# generate site on deploy
|
||||||
|
extra_steps:
|
||||||
|
- hugo
|
||||||
|
|
||||||
{{< /code >}}
|
{{< /code >}}
|
||||||
|
|
||||||
{{% note %}}
|
{{% note %}}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user