This lab is an exercise to check your knowledge on enabling GitHub Pages. It is automatically graded via a workflow once you have completed the instructions.
Quick links:
.github/
directory. You do not need to use these workflows for any purpose and altering their contents will affect the repository's ability to assess your lab and give feedback.
ℹ️ The use of GitHub Actions also means that it may take the grading workflow a few seconds and sometimes minutes to run.
- Create your own copy of this repository by using the Use this template button. Make sure you set your repository visibility to Public when asked.
- In your newly created repository, enable GitHub Pages with the
main
branch and thedocs/
directory as the source for the GitHub Pages site.
Your lab is graded automatically once you have completed the instructions. To see the result of your lab, click the Actions tab, select the Grading workflow, and select the most recent workflow run. The status of the workflow indicates if you have passed or failed the lab.
If the workflow failed, scroll down to the Annotations section to check what went wrong.
See Viewing workflow run history if you need assistance.
If the grading workflow does not automatically run after you complete the instructions, run the troubleshooter: in the Actions tab select the Grading workflow, click Run workflow, select the appropriate branch (usually main
), and click the Run workflow button.
See Running a workflow on GitHub if you need assistance.
Use these to help you!
Resources specific to this lab:
Resources for working with labs and GitHub Actions in general: