dosbox-x/update-docs-site
Jonathan Campbell 803e4b5729 more
2018-03-20 21:52:21 -07:00

10 lines
165 B
Bash
Executable File

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