This commit is contained in:
Jonathan Campbell
2018-03-20 21:52:21 -07:00
parent e6f4141da1
commit 803e4b5729

View File

@@ -1,7 +1,7 @@
#!/bin/bash
make dox || exit 1
make dox-site-update || exit 1
make compat-site-update || exit 1
make compat-site-update
(cd subgit/gh-pages && git commit .)
(cd subgit/gh-pages && git push)