2 Commits

Author SHA1 Message Date
Cedric 60928bc404 Revert "Disable parallel build once again"
Release the book and website / build-and-push-image (push) Waiting to run
Release the book and website / release-book-website (push) Blocked by required conditions
Release the book and website / invalidate-book-website-cache (push) Blocked by required conditions
This reverts commit 6eba9635dd.
2024-12-29 20:20:47 +00:00
Cedric e00f853063 Stop using latexmk for the booklet
Looks like it breaks parallel build on  Github CI
2024-12-29 20:19:12 +00:00
2 changed files with 5 additions and 2 deletions
+1 -1
View File
@@ -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
View File
@@ -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