beginning of a presentation
Some checks failed
Build deck as pdf / build-pdf (push) Failing after 1m27s
Some checks failed
Build deck as pdf / build-pdf (push) Failing after 1m27s
This commit is contained in:
20
.gitea/workflows/build-pdf.yaml
Normal file
20
.gitea/workflows/build-pdf.yaml
Normal 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
|
Reference in New Issue
Block a user