mirror of
https://github.com/joncampbell123/dosbox-x.git
synced 2025-05-07 02:16:02 +08:00
10 lines
183 B
Bash
Executable File
10 lines
183 B
Bash
Executable File
#!/usr/bin/env 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
|
|
|