Skip to content

Commit

Permalink
Work around mermaid-js/mermaid-cli#730 in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
dawidl022 committed Oct 16, 2024
1 parent 1744edf commit 896f7dd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,15 +37,15 @@ jobs:
cp docs/3-presentation/dist/index.html public/presentation.html
cp docs/3-presentation/presentation.md public/presentation.md
- name: Set up TexLive
run: sudo apt update && sudo apt install texlive-full
# - name: Set up TexLive
# run: sudo apt update && sudo apt install texlive-full

- name: Set up Mermaid CLI
run: npm install -g @mermaid-js/mermaid-cli

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

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

0 comments on commit 896f7dd

Please sign in to comment.