diff --git a/netlify.toml b/netlify.toml index faefd3462c..cf0c96ebc5 100644 --- a/netlify.toml +++ b/netlify.toml @@ -9,5 +9,8 @@ # directory located at the absolute path "root/project/build-output" publish = "docs-beta/public" +[context."braskin/hugo_site"] + command = "hugo" + [context."chrischinch/quickstart"] - command = "hugo" \ No newline at end of file + command = "hugo" \ No newline at end of file