This commit is contained in:
tomas f
2022-09-21 09:53:10 -03:00
parent 55ddecdd49
commit 6c31f0d433
2 changed files with 1 additions and 1 deletions

View File

@@ -32,6 +32,7 @@ blocks:
jobs:
- name: epubcheck
commands:
- checkout
- artifact pull workflow uploads
- cd uploads
- 'curl -L https://github.com/w3c/epubcheck/releases/download/v4.2.4/epubcheck-4.2.4.zip -o epubcheck.zip'

View File

@@ -53,7 +53,6 @@ $(BUILD)/pdf/more.pdf: chapters/10-wait-there-is-more.md
docker run --rm $(EXTRA_OPTS) \
--volume `pwd`:/data pandoc/latex:2.6 \
-f markdown-implicit_figures \
-H make-code-small.tex \
-V geometry:margin=1.5in \
-o /data/$@ $^