Skip to content

Commit eb01855

Browse files
committed
Git push via git not https
1 parent a7abde7 commit eb01855

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.markdown

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Visit [http://localhost:8000/](http://localhost:8000/) in your browser.
2121
## How to deploy to `https://pythonkc.github.io/`
2222
Make sure you are in the top-level directory of the repository.
2323
```shell
24-
$ ghp-import output
25-
$ git push https://github.com/pythonkc/pythonkc.github.io.git gh-pages:master --force
24+
ghp-import output
25+
git push git@github.com:pythonkc/pythonkc.github.io.git gh-pages:master --force
2626
```
2727
Visit [`https://pythonkc.github.io/`](https://pythonkc.github.io/) in your browser to verify the deployment.

0 commit comments

Comments
 (0)