Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
Shohei Ueda authored and GitHub committed Feb 7, 2022
1 parent 2e09f80 commit aa8658f
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Expand Up @@ -529,11 +529,13 @@ Generate your deploy key with the following command.

```sh
ssh-keygen -t rsa -b 4096 -C "$(git config user.email)" -f gh-pages -N ""
# You will get 2 files:
# gh-pages.pub (public key)
# gh-pages (private key)
```

You will get 2 files:

- `gh-pages.pub` is a public key
- `gh-pages` is a private key

Next, Go to **Repository Settings**

- Go to **Deploy Keys** and add your public key with the **Allow write access**
Expand Down

0 comments on commit aa8658f

Please sign in to comment.