Skip to content
This repository was archived by the owner on Dec 5, 2024. It is now read-only.

Commit 9a6149d

Browse files
committed
ci: add netlify config
1 parent 5045cc7 commit 9a6149d

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

netlify.toml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Global settings applied to the whole site.
2+
#
3+
# “base” is the directory to change to before starting build. If you set base:
4+
# that is where we will look for package.json/.nvmrc/etc, not repo root!
5+
# “command” is your build command.
6+
# “publish” is the directory to publish (relative to the root of your repo).
7+
8+
[build]
9+
base = "docs"
10+
command = "yarn && yarn generate"
11+
publish = "dist"

0 commit comments

Comments
 (0)