Skip to content

Commit 5a0aeaa

Browse files
committed
Use pupeteer config to workaround mmdc issue
1 parent 896f7dd commit 5a0aeaa

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

.github/workflows/gh-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545

4646
- name: Compile LaTeX report
4747
working-directory: docs/2-report
48-
run: aa-exec --profile=chrome make main.pdf
48+
run: make main.pdf
4949

5050
- name: Copy report to GH pages directory
5151
run: cp docs/2-report/main.pdf public/report.pdf

docs/2-report/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ main.pdf: project-plan.pdf *.tex examples/* appx/*
44
pdflatex -shell-escape main
55

66
project-plan.pdf: project-plan.mmd
7-
mmdc -i project-plan.mmd -o project-plan.pdf
7+
mmdc --puppeteerConfigFile ./puppeteerConfig.json -i project-plan.mmd -o project-plan.pdf

docs/2-report/puppeteerConfig.json

Whitespace-only changes.

0 commit comments

Comments
 (0)