travis: Generate pdf in _book

This commit is contained in:
Alexey Rogachevskiy
2020-06-30 21:49:27 +03:00
committed by Oleg Kalachev
parent a26f0f41e7
commit c50637c60f

View File

@@ -85,9 +85,8 @@ jobs:
- ./check_unused_assets.py
- gitbook install
- gitbook build
- gitbook pdf
- cp *.pdf _book/
deploy:
- gitbook pdf ./ _book/clover.pdf
deploy:
provider: pages
local_dir: _book
skip_cleanup: true