From 6eda33b38ab2a1851f0d30bc4369acf3f4b965d4 Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Thu, 13 Sep 2018 17:30:01 -0700 Subject: more agressive gh-pages branch move --- extra/update_gh-pages.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3