Skip to content

Commit

Permalink
fix(workflow): dependancies
Browse files Browse the repository at this point in the history
  • Loading branch information
Maximellerbach committed Apr 4, 2024
1 parent 6ffe813 commit 90fe7d1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/generator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,9 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Install pandoc
run: sudo apt-get install pandoc
run:
sudo apt-get install pandoc &&
sudo apt-get install texlive-latex-base
- name: Convert to PDF
run: ./.build/generate_tutoriels.sh
- name: Upload out/ folder
Expand Down

0 comments on commit 90fe7d1

Please sign in to comment.