Skip to content

Commit 9190c02

Browse files
committed
ci: Remove AppVeyor redundancy and ignore files under docs category
1 parent 0fb57e2 commit 9190c02

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

appveyor.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ skip_commits:
1414
files:
1515
- '.gitignore'
1616
- '*.md'
17+
- 'docs/*'
1718

1819
before_build:
1920
- nuget restore
@@ -27,12 +28,6 @@ before_package:
2728
artifacts:
2829
- path: '*.unitypackage'
2930

30-
deploy:
31-
description: 'Release'
32-
provider: GitHub
33-
auth_token:
34-
secure: iKdjMlSER5f4UWOvLmfM43Tf1xYs6hmF4yfvJllDC18xMr9F/nvHNFkIQUbqW5Ry
35-
3631
cache: '%APPDATA%\npm'
3732

3833
install:

0 commit comments

Comments
 (0)