mirror of
https://github.com/status-im/actions-gh-pages.git
synced 2025-01-16 00:04:28 +00:00
enhance: readme
This commit is contained in:
parent
809601eb1f
commit
61579670d5
@ -23,7 +23,7 @@ A GitHub Action to deploy your static site to GitHub Pages with [Static Site Gen
|
|||||||
Generate your deploy key with the following command.
|
Generate your deploy key with the following command.
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
ssh-keygen -t rsa -b 4096 -C "your@email.com" -f gh-pages -N ""
|
ssh-keygen -t rsa -b 4096 -C "$(git config user.email)" -f gh-pages -N ""
|
||||||
# You will get 2 files:
|
# You will get 2 files:
|
||||||
# gh-pages.pub (public key)
|
# gh-pages.pub (public key)
|
||||||
# gh-pages (private key)
|
# gh-pages (private key)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user