Skip to content

Commit

Permalink
Fix netlify build
Browse files Browse the repository at this point in the history
  • Loading branch information
razonyang committed Nov 4, 2020
1 parent 1244ec3 commit 19c4302
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions netlify.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[build]
publish = "public"
command = "hugo"
publish = "exampleSite/public"
command = "cd exampleSite && hugo --themesDir=../../ --theme=repo"

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

0 comments on commit 19c4302

Please sign in to comment.