Cria gh action workflow para automatizar da geração de um arquivo epub #16
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Pensando em resolver a issue #9 que eu havia criado em outro momento, esse PR é uma proposta para automatizar a geração da versão
.epub
a partir da versão mais atual do.adoc
.Para funcionamento do gh actions é preciso configurar nos secrets o user.name e o user.email com permissão de escrita para realizar o commit do arquivo
.epub
no repositório.O arquivo
epub
foi testado e funciona perfeitamente no Kindle (e provavelmente com outros e-readers que aceitem o formato). O sumário está automático e linkado para os capítulos. Ficou faltando apenas uma capa para o livro, porém, segundo este tópico da documentação, basta adicionar o seguinte parâmetro ao livro::front-cover-image: image:cover.png[Front Cover,1050,1600]