From aa7309c1367250d7f4b30e86d38dca8c3c4bbe03 Mon Sep 17 00:00:00 2001 From: DuchkPy <36851093+DuchkPy@users.noreply.github.com> Date: Fri, 12 Mar 2021 08:20:00 +0100 Subject: [PATCH] Update typing error --- README.md | 2 +- _posts/2019-08-09-getting-started.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3d7b1a3..57388a6 100644 --- a/README.md +++ b/README.md @@ -155,7 +155,7 @@ For security reasons, GitHub Pages build runs on `safe` mode, which restricts us Quickly check the files needed for GitHub Actions build: - Ensure your Jekyll site has the file `.github/workflows/pages-deploy.yml`. Otherwise, create a new one and fill in the contents of the [workflow file][workflow], and the value of the `on.push.branches` should be the same as your repo's default branch name. -- Ensuer your Jekyll site has file `tools/test.sh` and `tools/deploy.sh`. Otherwise, copy them from this repo to your Jekyll site. +- Ensure your Jekyll site has file `tools/test.sh` and `tools/deploy.sh`. Otherwise, copy them from this repo to your Jekyll site. And then rename your repoistory to `.github.io` on GitHub. diff --git a/_posts/2019-08-09-getting-started.md b/_posts/2019-08-09-getting-started.md index a3a42ec..8186400 100644 --- a/_posts/2019-08-09-getting-started.md +++ b/_posts/2019-08-09-getting-started.md @@ -120,7 +120,7 @@ For security reasons, GitHub Pages build runs on `safe` mode, which restricts us Quickly check the files needed for GitHub Actions build: - Ensure your Jekyll site has the file `.github/workflows/pages-deploy.yml`. Otherwise, create a new one and fill in the contents of the [workflow file][workflow], and the value of the `on.push.branches` should be the same as your repo's default branch name. -- Ensuer your Jekyll site has file `tools/test.sh` and `tools/deploy.sh`. Otherwise, copy them from this repo to your Jekyll site. +- Ensure your Jekyll site has file `tools/test.sh` and `tools/deploy.sh`. Otherwise, copy them from this repo to your Jekyll site. And then rename your repoistory to `.github.io` on GitHub.