From 450017828105298bfa0fb8dc91439b837c277aa4 Mon Sep 17 00:00:00 2001 From: Andrew Banchich <13824577+andrewbanchich@users.noreply.github.com> Date: Fri, 26 Mar 2021 21:32:55 -0400 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ae0aa54..8f5ddb7 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,9 @@ 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 and create a branch named `gh-pages`, then 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)), and start editing the `_config.yml` file! + +> NOTE: Deploying without GitHub Actions no longer works because GitHub [refuses to update their version of Jekyll](https://github.com/github/pages-gem/issues/651). # Added Features