From 09579a6eb1840d50f876340ef75b37c2c2345b22 Mon Sep 17 00:00:00 2001 From: Shinsuke Higashiyama aka Cinzeng Zia <94058150+sinsukehlab@users.noreply.github.com> Date: Tue, 12 Sep 2023 01:02:17 +0900 Subject: [PATCH] Add a link that leads to Step 2 (#87) --- .github/steps/5-merge-your-pull-request.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/steps/5-merge-your-pull-request.md b/.github/steps/5-merge-your-pull-request.md index 81b27ca..31b46f5 100644 --- a/.github/steps/5-merge-your-pull-request.md +++ b/.github/steps/5-merge-your-pull-request.md @@ -12,6 +12,6 @@ You can now [merge](https://docs.github.com/en/get-started/quickstart/github-glo ### :keyboard: Activity: Merge your changes -1. Merge your changes from `my-pages` into `main`. If you created the pull request in step 2, just open that PR and click on **Merge pull request**. If you did not create the pull request earlier, you can do it now by following the instructions in step 2. +1. Merge your changes from `my-pages` into `main`. If you created the pull request in step 2, just open that PR and click on **Merge pull request**. If you did not create the pull request earlier, you can do it now by following the instructions in [step 2](/.github/steps/2-configure-your-site.md). 1. (optional) Delete the branch `my-pages`. 1. Wait about 20 seconds then refresh this page (the one you're following instructions from). [GitHub Actions](https://docs.github.com/en/actions) will automatically update to the next step.