Github actions¶
These are the github actions used in the project.
Files¶
- Deploy Documentation
- triggered by commits to
main
- builds and deploys the mkdocs documentation to github pages.
- triggered by commits to
Actions page workflows¶
- deploy-docs
- see deploy-docs.yml above
- pages-build-deployment
- The github-pages bot runs this automatically for any project that publishes to github pages.
- It does extra work that we don't need, but there's no way to disable it. See here.