Skip to content

Commit

Permalink
ci: Add build.base
Browse files Browse the repository at this point in the history
  • Loading branch information
peaceiris committed Feb 20, 2020
1 parent 092f614 commit 7119bef
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion netlify.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
[build]
base = "exampleSite/"
publish = "exampleSite/public"
command = "cd ./exampleSite && hugo --gc --minify --themesDir ../ --layoutDir ../layouts --baseURL 'https://hugothemeiris.netlify.com'"
command = "hugo --gc --minify --themesDir ../ --layoutDir ../layouts --baseURL 'https://hugothemeiris.netlify.com'"

[context.production.environment]
HUGO_VERSION = "0.64.1"
Expand Down

0 comments on commit 7119bef

Please sign in to comment.