Skip to content

Commit 191277f

Browse files
committedMay 20, 2020
ci: selectively ignore docs build
·
v3.6.5v3.3.0
1 parent f11e531 commit 191277f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed
 

‎netlify.toml

Lines changed: 5 additions & 0 deletions
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)
Please sign in to comment.