We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5d3444 commit 9158df5Copy full SHA for 9158df5
doc/Makefile
@@ -79,7 +79,7 @@ publish: apidocs
79
# Create a temporary copy of this repository.
80
# Switch it to the HTML repository branch and delete the old docs,
81
# then install the new ones in the right directory.
82
- git clone https://knipknap@github.com/knipknap/exscript.git cloned_repo
+ git clone git@github.com:knipknap/exscript.git cloned_repo
83
cd cloned_repo \
84
&& git checkout gh-pages \
85
&& rm -Rf api/ \
0 commit comments