This commit is contained in:
Jonathan Campbell
2018-03-20 21:51:17 -07:00
parent a92efb1988
commit e6f4141da1

View File

@@ -3,6 +3,7 @@ make dox || exit 1
make dox-site-update || exit 1
make compat-site-update || exit 1
(cd subgit/gh-pages && git commit .)
(cd subgit/gh-pages && git push)
exit 0