Skip to content

Commit

Permalink
fix: Update decktape to v3.9.0 (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewfeickert authored Sep 28, 2024
1 parent a7782f3 commit e101d23
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ default: decktape
all: decktape

decktape: talk.md
docker run --rm -v ${dir_path}:/slides/ astefanutti/decktape:3.7.0 \
docker run --rm -v ${dir_path}:/slides/ astefanutti/decktape:3.9.0 \
https://matthewfeickert-talks.github.io/${current_dir}/index.html \
talk.pdf
cp talk.pdf feickert_chep_2024_2024-10-21.pdf

decktape_local: talk.md
docker run --rm -t --net=host -v ${dir_path}:/slides astefanutti/decktape:3.7.0 \
docker run --rm -t --net=host -v ${dir_path}:/slides astefanutti/decktape:3.9.0 \
http://localhost:8001 \
localhost_draft.pdf

0 comments on commit e101d23

Please sign in to comment.