Skip to content

Commit 1ac994e

Browse files
fix ci
1 parent da32008 commit 1ac994e

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,9 @@ run:
88
make pdf
99
make open
1010
pdf:
11+
@mkdir -p bin
1112
docker build -t barry-book .
12-
docker run --rm -v "$(BOOK_ROOT)/bin:/workdir/bin" barry-book
13+
docker run --rm -v "$(BOOK_ROOT)/bin:/out" barry-book cp bin/main.pdf /out/main.pdf
1314

1415
require-pandoc:
1516
@command -v pandoc >/dev/null 2>&1 || { \

0 commit comments

Comments
 (0)