Add pitch build.sh
This commit is contained in:
parent
bac9c951fe
commit
f3416a6d80
5
docs/.gitignore
vendored
Normal file
5
docs/.gitignore
vendored
Normal file
@ -0,0 +1,5 @@
|
||||
*
|
||||
!*.md
|
||||
!*.pdf
|
||||
!*.sh
|
||||
!.gitignore
|
6
docs/build.sh
Executable file
6
docs/build.sh
Executable 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
|
Loading…
Reference in New Issue
Block a user