Skip to content

Commit

Permalink
add netlify.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
pooya parsa committed Apr 9, 2019
1 parent a1c85de commit c4d56e0
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions netlify.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Global settings applied to the whole site.
#
# “base” is the directory to change to before starting build. If you set base:
# that is where we will look for package.json/.nvmrc/etc, not repo root!
# “command” is your build command.
# “publish” is the directory to publish (relative to the root of your repo).

[build]
base = "docs"
command = "yarn && yarn build"
publish = "docs/.vuepress/dist"

0 comments on commit c4d56e0

Please sign in to comment.