dosbox-x/update-docs-site
Jonathan Campbell cd1e6cf486 more
2018-03-20 22:06:24 -07:00

10 lines
175 B
Bash
Executable File

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