Pārlūkot izejas kodu

Don't push all of the branches when updating documentation

Ask Solem 15 gadi atpakaļ
vecāks
revīzija
ade8862bf7
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      contrib/doc2ghpages

+ 1 - 1
contrib/doc2ghpages

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