Hi! I am currentrly using a Rails Api con bitbucket, and we have commands that generates documentation, las `rails erd`, `rails dictum`, etc
The files can be generated running the tests and some other commands. Is it possible to run this commands in the pipeline every time i push to master branch and post it in confluence?
This way, the documentation is always updated with the productive code (in master branch) and not depending on developers to remember to update it.