Build an epub in CI

A simple epub is now built (also see #24)
This commit is contained in:
Heiko Schaefer 2023-10-01 12:47:32 +02:00
parent 9c8a4c388b
commit e51502c803
No known key found for this signature in database
GPG key ID: 4A849A1904CCBD7D

View file

@ -3,6 +3,8 @@ RUN pip install myst-parser
COPY book/ /book COPY book/ /book
WORKDIR /book WORKDIR /book
RUN make html RUN make html
RUN make epub
FROM scratch FROM scratch
COPY --from=build /book/build/html / COPY --from=build /book/build/html /
COPY --from=build /book/build/epub/OpenPGPforapplicationdevelopers.epub /