We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ad3b91 commit d029587Copy full SHA for d029587
.travis.yml
@@ -30,10 +30,19 @@ script:
30
- mv -v ./book.epub _book/
31
- mv -v ./book.mobi _book/
32
deploy:
33
- provider: pages
34
- skip-cleanup: true
35
- github-token: $GITHUB_TOKEN # Set in the settings page of your repository, as a secure variable
36
- keep-history: true
37
- local-dir: _book
38
- on:
39
- branch: master
+ - provider: pages
+ skip-cleanup: true
+ github-token: $GITHUB_TOKEN # Set in the settings page of your repository, as a secure variable
+ keep-history: true
+ local-dir: _book
+ on:
+ branch: master
40
+ - provider: releases
41
42
+ api_key: $GITHUB_TOKEN
43
+ file:
44
+ - _book/book.pdf
45
+ - _book/book.epub
46
+ - _book/book.mobi
47
48
+ tags: true
0 commit comments