From 21c8c2b70d1e4633ec313bf31b81b0df710910fe Mon Sep 17 00:00:00 2001 From: Galen Rice Date: Sat, 13 Aug 2022 18:00:23 -0400 Subject: [PATCH] docs: switch the reference of `deploy.sh` to `test.sh` --- .github/PULL_REQUEST_TEMPLATE.md | 2 +- _posts/2019-08-09-getting-started.md | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 0906ce6..9593f06 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -22,7 +22,7 @@ Please select the desired item checkbox and change it to "[x]", then delete opti Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration --> -- [ ] I have run `bash ./tools/deploy.sh --dry-run` (at the root of the project) locally and passed +- [ ] I have run `bash ./tools/test.sh` (at the root of the project) locally and passed - [ ] I have tested this feature in the browser ### Test Configuration diff --git a/_posts/2019-08-09-getting-started.md b/_posts/2019-08-09-getting-started.md index 33366b8..3342a13 100644 --- a/_posts/2019-08-09-getting-started.md +++ b/_posts/2019-08-09-getting-started.md @@ -113,8 +113,6 @@ Quickly check the files needed for GitHub Actions build: - Ensure your Jekyll site has the file `.github/workflows/pages-deploy.yml`{: .filepath}. Otherwise, create a new one and fill in the contents of the [sample file][workflow], and the value of the `on.push.branches` should be the same as your repo's default branch name. -- Ensure your Jekyll site has file `tools/deploy.sh`{: .filepath}. Otherwise, copy it from here to your Jekyll site. - - Furthermore, if you have committed `Gemfile.lock`{: .filepath} to the repo, and your runtime system is not Linux, don't forget to update the platform list in the lock file: ```console