travis: suppress error codes from building the pdf

This commit is contained in:
Oleg Kalachev
2021-03-16 11:45:17 +03:00
parent 345aad9e64
commit 1c732137c6

View File

@@ -87,7 +87,7 @@ jobs:
- ./check_unused_assets.py
- gitbook install
- gitbook build
- gitbook pdf ./ _book/clover.pdf
- gitbook pdf ./ _book/clover.pdf || echo "error building the PDF"
deploy:
provider: pages
local_dir: _book