There was an error while loading. Please reload this page.
1 parent a7abde7 commit eb01855Copy full SHA for eb01855
1 file changed
README.markdown
@@ -21,7 +21,7 @@ Visit [http://localhost:8000/](http://localhost:8000/) in your browser.
21
## How to deploy to `https://pythonkc.github.io/`
22
Make sure you are in the top-level directory of the repository.
23
```shell
24
-$ ghp-import output
25
-$ git push https://github.com/pythonkc/pythonkc.github.io.git gh-pages:master --force
+ghp-import output
+git push git@github.com:pythonkc/pythonkc.github.io.git gh-pages:master --force
26
```
27
Visit [`https://pythonkc.github.io/`](https://pythonkc.github.io/) in your browser to verify the deployment.
0 commit comments