more pipeline fixes
Some checks failed
Build deck as pdf / build-pdf (push) Failing after 35s

This commit is contained in:
Remy Moll 2024-09-20 12:41:50 +02:00
parent 6edbab35b5
commit 3b029c5ca0

View File

@ -21,7 +21,9 @@ jobs:
run: npm install -g @marp-team/marp-cli
- name: Install chromium
run: sudo apt-get install -y chromium-browser
run: |
sudo apt-get update
sudo apt-get install -y chromium-browser
- name: Build PDF
run: marp main.md --pdf