Skip to content

Commit 191277f

Browse files
committed
ci: selectively ignore docs build
1 parent f11e531 commit 191277f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Diff for: netlify.toml

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
[build]
2+
ignore = "git diff --quiet HEAD^ HEAD ./docs/"
3+
publish = "docs/.vuepress/dist"
4+
command = "yarn run docs:build"
5+

0 commit comments

Comments
 (0)