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

This commit is contained in:
2024-09-20 12:41:50 +02:00
parent 6edbab35b5
commit 3c3e84d146
2 changed files with 17 additions and 3 deletions

View File

@@ -20,8 +20,11 @@ jobs:
- name: Install Marp CLI
run: npm install -g @marp-team/marp-cli
- name: Install chromium
run: sudo apt-get install -y chromium-browser
- name: Install chrome requirements
run: apt update && apt install libnss3 libatk -y
- name: Setup Chrome
uses: https://github.com/browser-actions/setup-chrome@v1
- name: Build PDF
run: marp main.md --pdf