This commit is contained in:
Jonathan Campbell
2018-03-20 21:50:54 -07:00
parent 4f600c671e
commit a92efb1988

8
update-docs-site Executable file
View File

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