Skip to content

Commit

Permalink
🚀 Fix Netlify building config (#2)
Browse files Browse the repository at this point in the history
Fix "publish" and "command".
  • Loading branch information
ivanhercaz committed Dec 8, 2019
1 parent f5de764 commit 19d978e
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,5 +1,5 @@
[build]
base = "."
publish = "./demo/output"
command = "make all"
publish = "./docs/output"
command = "cd docs && make deploy"

0 comments on commit 19d978e

Please sign in to comment.