Add support for docx format

This commit is contained in:
Wikiti
2020-02-03 18:46:36 +00:00
parent 55e4b0fc38
commit 5e54b2677f
3 changed files with 31 additions and 8 deletions

View File

@ -34,3 +34,8 @@ jobs:
name: Check if pdf exists
command:
test -s build/pdf/book.pdf
- run:
name: Check if docx exists
command:
test -s build/docx/book.docx