This commit is contained in:
parent
6edbab35b5
commit
3b029c5ca0
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user