mirror of
https://github.com/JamesIves/github-pages-deploy-action.git
synced 2023-12-15 20:03:39 +08:00
Update README.md
This commit is contained in:
parent
7cea1d5967
commit
01e712a6e7
@ -44,9 +44,9 @@ on:
|
|||||||
|
|
||||||
### Using an SSH Deploy Key 🔑
|
### Using an SSH Deploy Key 🔑
|
||||||
|
|
||||||
If you'd prefer to use an SSH deploy key you must first generate a new SSH key by running the following terminal command, replacing the email with one connected to your GitHub account.
|
If you'd prefer to use an SSH deploy key as opposed to a token you must first generate a new SSH key by running the following terminal command, replacing the email with one connected to your GitHub account.
|
||||||
|
|
||||||
```
|
```bash
|
||||||
ssh-keygen -t rsa -b 4096 -C "youremailhere@example.com" -N ""
|
ssh-keygen -t rsa -b 4096 -C "youremailhere@example.com" -N ""
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user