Closed agardnerIT closed 1 year ago
Currently, any edit on main triggers a docs build. This is wasteful; only changes inside /docs folder on main should trigger the docs build.
main
/docs
The docs-build action is here: https://github.com/agardnerIT/tracepusher/blob/main/.github/workflows/deploy_docs.yml
This issue will see that workflow only running on changes to the /docs folder.
Done
Currently, any edit on
main
triggers a docs build. This is wasteful; only changes inside/docs
folder on main should trigger the docs build.The docs-build action is here: https://github.com/agardnerIT/tracepusher/blob/main/.github/workflows/deploy_docs.yml
This issue will see that workflow only running on changes to the
/docs
folder.