From 61579670d54ccbfbc28a1ab6483fc91bf273daa1 Mon Sep 17 00:00:00 2001 From: peaceiris <30958501+peaceiris@users.noreply.github.com> Date: Fri, 6 Sep 2019 00:50:59 +0900 Subject: [PATCH] enhance: readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f09fdd5..e0b021e 100644 --- a/README.md +++ b/README.md @@ -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. ```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: # gh-pages.pub (public key) # gh-pages (private key)