Skip to content

Commit

Permalink
Do not keep history of compiled docs
Browse files Browse the repository at this point in the history
  • Loading branch information
tovrstra committed Dec 6, 2013
1 parent 318fa73 commit a044cfb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions updatesite.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ git checkout master && (
echo Adding $f
git add $f
done
git commit -a -m 'Automatic documentation update'
git push origin gh-pages:gh-pages
git commit --amend -a -m 'Automatic documentation update'
git push origin gh-pages:gh-pages -f
)
) && git checkout master

0 comments on commit a044cfb

Please sign in to comment.