소스 검색

Don't push all of the branches when updating documentation

Ask Solem 15 년 전
부모
커밋
ade8862bf7
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      contrib/doc2ghpages

+ 1 - 1
contrib/doc2ghpages

@@ -8,5 +8,5 @@
 git checkout gh-pages
 cp -r docs/.build/html/* .
 git commit . -m "Autogenerated documentation for github."
-git push --all
+git push origin gh-pages
 git checkout master