skills-github-pages/README.md

48 lines
1.8 KiB
Markdown
Raw Normal View History

2024-10-23 15:33:27 +08:00
<header>
<!--
<<< Author notes: Course header >>>
Include a 1280×640 image, course title in sentence case, and a concise description in emphasis.
In your repository settings: enable template repository, add your 1280×640 social image, auto delete head branches.
Add your open source license, GitHub uses MIT license.
-->
# GitHub Pages
_Create a site or blog from your GitHub repositories with GitHub Pages._
</header>
<!--
2024-10-23 15:53:00 +08:00
<<< Author notes: Step 5 >>>
2024-10-23 15:46:21 +08:00
Start this step by acknowledging the previous step.
Define terms and link to docs.github.com.
2024-10-23 15:33:27 +08:00
-->
2024-10-23 15:53:00 +08:00
## Step 5: Merge your pull request
2024-10-23 15:33:27 +08:00
2024-10-23 15:53:00 +08:00
_Nice work, friend :heart:! People will be reading your blog in no time!_
2024-10-23 15:33:27 +08:00
2024-10-23 15:53:00 +08:00
You can now [merge](https://docs.github.com/en/get-started/quickstart/github-glossary#merge) your pull request!
2024-10-23 15:33:27 +08:00
2024-10-23 15:53:00 +08:00
### :keyboard: Activity: Merge your changes
2024-10-23 15:33:27 +08:00
2024-10-23 15:53:00 +08:00
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`.
2024-10-23 15:46:21 +08:00
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.
2024-10-23 15:33:27 +08:00
<footer>
<!--
<<< Author notes: Footer >>>
Add a link to get support, GitHub status page, code of conduct, license link.
-->
---
Get help: [Post in our discussion board](https://github.com/orgs/skills/discussions/categories/github-pages) &bull; [Review the GitHub status page](https://www.githubstatus.com/)
&copy; 2023 GitHub &bull; [Code of Conduct](https://www.contributor-covenant.org/version/2/1/code_of_conduct/code_of_conduct.md) &bull; [MIT License](https://gh.io/mit)
</footer>