Skip to content

Commit 9e5e2a2

Browse files
committed
feat: add ./bin/deploy-md for quick slide updates
1 parent 7b1338b commit 9e5e2a2

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

bin/deploy-md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
#!/bin/sh
2+
set -e
3+
set -u
4+
5+
my_preso="${1}"
6+
7+
./build.sh "${my_preso}"
8+
9+
git add src/"${my_preso}".md
10+
git add "${my_preso}"/
11+
12+
git commit -m "f: ${my_preso}"
13+
git push

0 commit comments

Comments
 (0)