Skip to content

Commit

Permalink
fixup! fixup! fixup! feat: make all is back
Browse files Browse the repository at this point in the history
Signed-off-by: Yoan Blanc <[email protected]>
  • Loading branch information
greut committed Oct 20, 2023
1 parent 509aadc commit d0a4f1a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/makefile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ env:

jobs:
build:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
concurrency:
group: ci-${{ github.ref_name }}
cancel-in-progress: true
Expand Down
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ TEMPLATES = templates
BUILDDIR = build

PDFENGINE = lualatex
PDFENGINE_OPT = --shell-escape

SOURCES=$(wildcard $(SOURCEDIR)/*.md)
SLIDES=$(patsubst $(SOURCEDIR)/%.md,$(BUILDDIR)/%.html,$(SOURCES))
Expand Down Expand Up @@ -56,6 +57,7 @@ $(PDFS): $(BUILDDIR)/%.pdf : $(SOURCEDIR)/%.md
-f markdown+emoji \
-t latex \
--pdf-engine=$(PDFENGINE) \
--pdf-engine-opt=$(PDFENGINE_OPT) \
--lua-filter=meta.lua \
--lua-filter=english.lua \
--citeproc \
Expand Down

0 comments on commit d0a4f1a

Please sign in to comment.