diff options
Diffstat (limited to 'extra')
-rwxr-xr-x | extra/update_gh-pages.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/update_gh-pages.sh b/extra/update_gh-pages.sh index a6ac1b59..2761b737 100755 --- a/extra/update_gh-pages.sh +++ b/extra/update_gh-pages.sh @@ -8,7 +8,7 @@ mkdir -p /tmp/fatcat-ghpages cp -r target/doc/fatcat target/doc/fatcat_api_spec /tmp/fatcat-ghpages cd .. git checkout gh-pages -mv /tmp/fatcat-ghpages/* . +mv -f /tmp/fatcat-ghpages/* . git add fatcat fatcat_api_spec git commit -m "updating rendered manpage for github docs" || true git checkout master |