summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xdoc/gh-pages.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/gh-pages.py b/doc/gh-pages.py
index 0e135df6..46695870 100755
--- a/doc/gh-pages.py
+++ b/doc/gh-pages.py
@@ -31,7 +31,7 @@ from subprocess import Popen, PIPE, CalledProcessError, check_call
pages_dir = 'gh-pages'
html_dir = 'build/html'
pdf_dir = 'build/latex'
-pages_repo = 'https://github.com/networkx/documentation.git'
+pages_repo = 'git@github.com:networkx/documentation.git'
#-----------------------------------------------------------------------------
# Functions