Skip to content

Commit 6157967

Browse files
committed
enhance: readme
1 parent 809601e commit 6157967

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ A GitHub Action to deploy your static site to GitHub Pages with [Static Site Gen
2323
Generate your deploy key with the following command.
2424

2525
```sh
26-
ssh-keygen -t rsa -b 4096 -C "[email protected]" -f gh-pages -N ""
26+
ssh-keygen -t rsa -b 4096 -C "$(git config user.email)" -f gh-pages -N ""
2727
# You will get 2 files:
2828
# gh-pages.pub (public key)
2929
# gh-pages (private key)

0 commit comments

Comments
 (0)