Skip to content

Commit 6c253db

Browse files
committed
Create dist directory when building excerpt
1 parent afad33a commit 6c253db

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

slides/excerpt.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
#!/bin/sh
2+
mkdir -p dist
23
pandoc \
34
--from gfm --to html5 --embed-resources --standalone \
45
--metadata pagetitle="Python for Java Developers" \

0 commit comments

Comments
 (0)