This is a template to help you get started with the Individual Datasheet GitHub Report. Use this template to help guide your team through the initial setup process. You will see ways to get results. When there are multiple methods, choose the method that works for you. There could be other ways to accomplish the same thing, but they are not as guaranteed to work.
You will need to add and modify files for the different individual assignments. THIS template is ALMOST outlines what you will need to get you the External Review.
The four 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.