This is a template to help you get started with the team's GitHub Report. Use this template to help guide your team through the initial setup process.
You will need to add additional files per team assignment.
Remove ALL unused ITEMS currently in the Appendix before submitting the report for the External review!
The three items currently there are placeholders and could serve as possible resources.
If, after checking these settings, you often find that renaming the workflow file initiates builds (for whatever reason).
Either on your computer or on the GitHub website,
- Navigate to the files of your repository in the .github/workflows/.
- Rename pages.yml to something else (main.yml worked for me). 1 Stage, commit, and push your files.
- Check the "actions" tab (found in your repository's main GitHub page) to see that your commit is triggering the "mkdocs-build" action. A video detailing the steps to check your build process can be viewed here.