We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ed7dda commit f60ab28Copy full SHA for f60ab28
.travis.yml
@@ -10,10 +10,11 @@ script: bundle exec rake book:build
10
after_success: bundle exec rake book:tag
11
deploy:
12
provider: releases
13
+ file_glob: true
14
file:
- - progit.epub
15
- - progit.mobi
16
- - progit.pdf
+ - progit*.epub
+ - progit*.mobi
17
+ - progit*.pdf
18
skip_cleanup: true
19
on:
20
tags: true
progit.asc
@@ -1,5 +1,7 @@
1
Pro Git
2
=======
3
+Scott Chacon, Ben Straub
4
+$$VERSION$$, $$DATE$$
5
:doctype: book
6
:docinfo:
7
:toc:
0 commit comments