]> jfr.im git - hooks.git/blob - main/post-update
use erebus instead of h2i
[hooks.git] / main / post-update
1 #!/bin/sh
2
3 if git show main:README.md >/dev/null 2>&1; then
4 git show main:README.md | cmark-gfm >README.html
5 else
6 if git show main:README.html >/dev/null 2>&1; then
7 git show main:README.html >README.html
8 else
9 rm -f README.html
10 fi
11 fi
12 exec git update-server-info