From 44d7e19665dad88cc68fb32bf7c8ac61ac536f74 Mon Sep 17 00:00:00 2001 From: Andrew Banchich <13824577+andrewbanchich@users.noreply.github.com> Date: Sun, 4 Apr 2021 13:42:14 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2ec6132..18936d0 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ or read up on just the basics of [front matter](https://jekyllrb.com/docs/frontm and [creating pages](https://jekyllrb.com/docs/pages/). - **GitLab**: Simply fork this repository and start editing the `_config.yml` file! -- **GitHub**: Fork this repository, set up a Personal Access Token ([instructions](https://jekyllrb.com/docs/continuous-integration/github-actions/#providing-permissions)), set GitHub Pages (in repo settings) to use `gh-pages` branch, and start editing the `_config.yml` file! +- **GitHub**: Fork this repository, set up a Personal Access Token ([instructions](https://jekyllrb.com/docs/continuous-integration/github-actions/#providing-permissions)) named `JEKYLL_PAT`, set GitHub Pages (in repo settings) to use `gh-pages` branch, and start editing the `_config.yml` file! > NOTE: GitHub Actions is required to deploy to GitHub Pages because GitHub [refuses to update their version of Jekyll](https://github.com/github/pages-gem/issues/651).