We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 896f7dd commit 5a0aeaaCopy full SHA for 5a0aeaa
.github/workflows/gh-pages.yml
@@ -45,7 +45,7 @@ jobs:
45
46
- name: Compile LaTeX report
47
working-directory: docs/2-report
48
- run: aa-exec --profile=chrome make main.pdf
+ run: make main.pdf
49
50
- name: Copy report to GH pages directory
51
run: cp docs/2-report/main.pdf public/report.pdf
docs/2-report/Makefile
@@ -4,4 +4,4 @@ main.pdf: project-plan.pdf *.tex examples/* appx/*
4
pdflatex -shell-escape main
5
6
project-plan.pdf: project-plan.mmd
7
- mmdc -i project-plan.mmd -o project-plan.pdf
+ mmdc --puppeteerConfigFile ./puppeteerConfig.json -i project-plan.mmd -o project-plan.pdf
docs/2-report/puppeteerConfig.json
0 commit comments