Add pitch build.sh

This commit is contained in:
ange 2024-12-06 14:04:49 +00:00 committed by stcb
parent bac9c951fe
commit f3416a6d80
2 changed files with 11 additions and 0 deletions

5
docs/.gitignore vendored Normal file
View File

@ -0,0 +1,5 @@
*
!*.md
!*.pdf
!*.sh
!.gitignore

6
docs/build.sh Executable file
View File

@ -0,0 +1,6 @@
#!/bin/bash
IMG=docker.io/marpteam/marp-cli:latest
docker run --rm -v "$PWD:/home/marp/app/" --entrypoint marp-cli.js "$IMG" \
./*.md --pdf