mirror of
https://github.com/hendricius/the-sourdough-framework
synced 2026-04-19 18:34:30 -05:00
Compare commits
2 Commits
2dea80a29c
...
60928bc404
| Author | SHA1 | Date | |
|---|---|---|---|
| 60928bc404 | |||
| e00f853063 |
@@ -64,7 +64,7 @@ jobs:
|
||||
options: -v ${{ github.workspace }}:/app
|
||||
run: |
|
||||
cd /app/book
|
||||
make bake
|
||||
make -j -O bake
|
||||
- name: Release baked book to S3
|
||||
uses: shallwefootball/s3-upload-action@master
|
||||
with:
|
||||
|
||||
+4
-1
@@ -97,8 +97,11 @@ tgt_figures := $(patsubst %.tex, %.png,$(src_figures))
|
||||
%.xbb: %.jpg
|
||||
ebb -x $<
|
||||
|
||||
# We don't want to use latexmk as there is no biber nor references and it
|
||||
# seems to make it somehow unhappy
|
||||
booklet/booklet.pdf: $(booklet_src)
|
||||
$(LATEX) -nobibtex -output-directory=booklet booklet.tex
|
||||
mkdir -p booklet
|
||||
lualatex --output-directory=booklet booklet.tex
|
||||
|
||||
book_serif/book.pdf: $(src_all)
|
||||
$(LATEX) -output-directory=book_serif book.tex
|
||||
|
||||
Reference in New Issue
Block a user