Skip to content

Commit 8df3d70

Browse files
committed
chore(docs): fix documentation deploying, maybe
1 parent 7dc8ea5 commit 8df3d70

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

netlify.toml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# https://docs.netlify.com/configure-builds/file-based-configuration
2+
3+
[build]
4+
base = "docs"
5+
command = "yarn generate"
6+
publish = "dist"
7+
ignore = "git diff --quiet HEAD^ HEAD . ../package.json"

0 commit comments

Comments
 (0)