Skip to content

Commit

Permalink
sdds PDF and update scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
pacharanero committed Dec 19, 2024
1 parent 5d5344a commit 303e3be
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
10 changes: 10 additions & 0 deletions s/pdf
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
#!/bin/sh

# creates a PDF from the slides
# requires docker to be installed locally and runnable as non-root user

docker run --rm -t \
-v `pwd`:/slides \
astefanutti/decktape \
index.html \
slides.pdf
3 changes: 3 additions & 0 deletions s/update
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!/bin/sh

git submodule update --rebase --remote

0 comments on commit 303e3be

Please sign in to comment.