This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user