juanep97 / iop4

IOP4, the Interactive Optical Photo-Polarimetric Python Pipeline.
https://juanep97.github.io/iop4/
BSD 3-Clause "New" or "Revised" License
5 stars 2 forks source link

Check git describe behavior during docs deployment #97

Closed juanep97 closed 5 months ago

juanep97 commented 5 months ago

This tries to fix https://github.com/juanep97/iop4/issues/95#issuecomment-2056040374.

juanep97 commented 5 months ago

Relevant: https://git-scm.com/docs/git-describe

juanep97 commented 5 months ago

Now it worked:

Run git describe --always
v1.1.3-test
juanep97 commented 5 months ago
Run git describe --always
v1.1.4-test-1-g0eef150
juanep97 commented 5 months ago

It seems that it is a bug in the checkout action: https://github.com/actions/checkout/issues/882