Judo-Documentation-Project / budotree

Judo Lineage Tree
GNU General Public License v3.0
6 stars 4 forks source link

Test without requests #52

Closed fsmunoz closed 11 months ago

fsmunoz commented 11 months ago

Add logic to the scripts to avoid making HTTP calls as a CLI option, to avoid making time-consuming requests during CI checks (that will not make use of the information obtained from those requests anyway).

Add path-based logic to the workflow to only parse the database if the database was changes, and only build the site if the site files were changed.