From edccb5974ec9cfbdbfbbdfc40d0ca0b8ce0e3343 Mon Sep 17 00:00:00 2001 From: "Bruno P. Kinoshita" Date: Mon, 17 Feb 2020 00:47:59 +1300 Subject: [PATCH] Typo --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index cb1e832..000ef8c 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ A GitHub Action for building and deploying a Jekyll repo back to its `gh-pages` branch. -**Why not just let GitHub Pages build it? Becaues this way we can use our own custom Jekyll plugins and build scripts.** +**Why not just let GitHub Pages build it? Because this way we can use our own custom Jekyll plugins and build scripts.** ## Secrets * `GITHUB_TOKEN`: Access key scoped to the repository, we need this to push the site files back to the repo. (specify in workflow) @@ -42,4 +42,4 @@ Clones the repo, builds the site, and commits it back to the gh-pages branch of * **`GITHUB_TOKEN`, privileges are still being sorted out by the Actions/GH-Pages team. Changes pushed to your GH-pages branch will only be picked up by the Github Pages server if your workflow is in a private repository.** * Needs a .gemfile * `destination:` should be set to `./build` in your _config.yml fileā€”as God demands. -* Be sure that any custom gems needed are included in your Gemfile. \ No newline at end of file +* Be sure that any custom gems needed are included in your Gemfile.