Deploy Eleventy on GitHub with GitHub Actions

Run the following command to generate keys:

ssh-keygen -t rsa -b 4096 -C "$(git config user.email)" -f gh-pages -N ""

Ensure that you copy and paste the above command exactly and run it in the Terminal within the repository we're using.