skip building with Appveyor for only docs (#3538)
* skip building with Appveyor for only docs * limit to only the docs folder
This commit is contained in:
parent
b010917f19
commit
9f4a8432cd
@ -9,6 +9,9 @@ init:
|
|||||||
|
|
||||||
clone_depth: 5
|
clone_depth: 5
|
||||||
skip_branch_with_pr: true
|
skip_branch_with_pr: true
|
||||||
|
skip_commits:
|
||||||
|
files:
|
||||||
|
- docs/
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
JAVA_HOME: C:\Program Files (x86)\Java\jdk1.8.0
|
JAVA_HOME: C:\Program Files (x86)\Java\jdk1.8.0
|
||||||
|
Loading…
Reference in New Issue
Block a user