rstudio / vetiver-python

Version, share, deploy, and monitor models.
https://rstudio.github.io/vetiver-python/stable/
MIT License
60 stars 17 forks source link

docs `latest` version unclear #159

Closed isabelizimm closed 1 year ago

isabelizimm commented 1 year ago

For the /latest branch, the version rendered does not seem to have any relation to the commit hash. When rendered locally, it is correct? This is likely something that must be specified/set in CI.

Screen Shot 2023-02-28 at 4 50 08 PM
isabelizimm commented 1 year ago

The fix to this was adding a deeper fetch depth in the GitHub Actions. Currently it was only grabbing the latest commit, so it could not reconcile what the dynamic version was.