We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 809601e commit 6157967Copy full SHA for 6157967
README.md
@@ -23,7 +23,7 @@ A GitHub Action to deploy your static site to GitHub Pages with [Static Site Gen
23
Generate your deploy key with the following command.
24
25
```sh
26
-ssh-keygen -t rsa -b 4096 -C "[email protected]" -f gh-pages -N ""
+ssh-keygen -t rsa -b 4096 -C "$(git config user.email)" -f gh-pages -N ""
27
# You will get 2 files:
28
# gh-pages.pub (public key)
29
# gh-pages (private key)
0 commit comments