Skip to content

Commit ced7559

Browse files
committed
auspice/_config.yml: exclude "vendor/"
GitHub Action ruby/setup-ruby does not allow customization of the vendor path¹ so just exclude the hard-coded `vendor/` path in the config. ¹ ruby/setup-ruby#136
1 parent e672eba commit ced7559

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

auspice/_config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,4 @@ exclude:
2323
- "analysis/"
2424
- "aero-deploy.tar.gz"
2525
- "aero-debug.log"
26+
- "vendor/"

0 commit comments

Comments
 (0)