Skip to content

Commit f09f5e6

Browse files
committed
chore: fix netlify.toml
1 parent d9dd5f2 commit f09f5e6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

netlify.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@
77

88
[build]
99
base = "docs"
10-
command = "yarn && yarn build"
11-
publish = ".vuepress/dist"
10+
command = "yarn generate"
11+
publish = "docs/dist"

0 commit comments

Comments
 (0)