Add 'Create ERD' step to CI/CD pipeline #330
Labels
CI/CD
Requires modiciations to the continuous integration pipeline(s)
database
changes that require modification to the database schema
documentation
Improvements or additions to documentation
good first issue
Good for newcomers
Milestone
🚀 Feature Request
PR should include github action that builds the Entity Relationship Diagram (ERD) in our documentation.
Specs
apt-get install graphviz graphviz-dev
pygraphviz
which can be donepip install pygraphviz
./runhaz.sh -e
For now I may just keep generating locally.
The text was updated successfully, but these errors were encountered: