Skip to content

Commit 9158df5

Browse files
committed
doc/Makefile: Update repo url
Using the new URI everyone with write access can easily update api docs.
1 parent f5d3444 commit 9158df5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ publish: apidocs
7979
# Create a temporary copy of this repository.
8080
# Switch it to the HTML repository branch and delete the old docs,
8181
# then install the new ones in the right directory.
82-
git clone https://knipknap@github.com/knipknap/exscript.git cloned_repo
82+
git clone git@github.com:knipknap/exscript.git cloned_repo
8383
cd cloned_repo \
8484
&& git checkout gh-pages \
8585
&& rm -Rf api/ \

0 commit comments

Comments
 (0)