File tree Expand file tree Collapse file tree 3 files changed +10
-1
lines changed Expand file tree Collapse file tree 3 files changed +10
-1
lines changed Original file line number Diff line number Diff line change 99* .mobi
1010* .pdf
1111
12+ # templated files
13+ meta.tex
14+
1215game.db.json
1316.DS_Store
Original file line number Diff line number Diff line change 22
33set -e
44
5+ if [ -v GITHUB_REF_NAME ]; then
6+ sed " s/%%FOOTER_VERSION%%/${GITHUB_REF_NAME} /" meta.tmpl.tex > meta.tex
7+ else
8+ sed " s/%%FOOTER_VERSION%%/UNDEFINED VERSION/" meta.tmpl.tex > meta.tex
9+ fi
10+
511docker run --rm -v ` pwd` :/data uppalabharath/pandoc-latex-cjk:latest --from=gfm+rebase_relative_paths -o learn-go-with-tests.pdf \
612 -H meta.tex --pdf-engine=xelatex --variable urlcolor=blue --toc --toc-depth=1 \
713 -B pdf-cover.tex \
Original file line number Diff line number Diff line change 1111
1212\pagestyle {fancy}
1313\fancyhf {}
14- \cfoot {v 10.0.0 }
14+ \cfoot {% %FOOTER_VERSION%% }
You can’t perform that action at this time.
0 commit comments