mirror of
https://github.com/Threnklyn/reveal-hugo.git
synced 2026-05-18 21:03:29 +02:00
e79f999528
Works around #4851
9 lines
190 B
TOML
9 lines
190 B
TOML
[build]
|
|
command = "hugo -s exampleSite"
|
|
publish = "exampleSite/public"
|
|
|
|
[context.production.environment]
|
|
HUGO_VERSION = "0.37.1"
|
|
|
|
[context.deploy-preview.environment]
|
|
HUGO_VERSION = "0.37.1" |