This commit is contained in:
Jonathan Campbell
2018-03-20 22:06:24 -07:00
parent 803e4b5729
commit cd1e6cf486
2 changed files with 13 additions and 13 deletions

View File

@@ -2,8 +2,8 @@
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)
(cd ../dosbox-x-gh-pages && git commit .)
(cd ../dosbox-x-gh-pages && git push)
exit 0