18 lines
835 B
Markdown
18 lines
835 B
Markdown
<!--
|
|
<<< Author notes: Step 3 >>>
|
|
Start this step by acknowledging the previous step.
|
|
Define terms and link to docs.github.com.
|
|
-->
|
|
|
|
## Step 3: Merge your changes
|
|
|
|
_Let's get publishing! :heart:_
|
|
|
|
You can now [merge](https://docs.github.com/en/get-started/quickstart/github-glossary#merge) your changes!
|
|
|
|
### :keyboard: Activity: Merge your changes
|
|
|
|
1. Merge your changes from `cd` into `main`. If you created the pull request in step 1, 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 1.
|
|
1. (optional) Delete the branch `cd`.
|
|
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.
|