瀏覽代碼

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