beginning of a presentation
Some checks failed
Build deck as pdf / build-pdf (push) Failing after 1m27s

This commit is contained in:
2024-09-19 22:19:14 +02:00
commit 48d6d65cf8
11 changed files with 78 additions and 0 deletions

View File

@@ -0,0 +1,20 @@
name: Build deck as pdf
on:
push:
branches:
- main
jobs:
build-pdf:
runs-on: ubuntu-latest
container:
image: marpteam/marp-cli:latest
# env:
# NODE_ENV: development
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Build PDF
run: npx marp --pdf slides.md