Closed gaurav closed 1 year ago
Just to confirm, the putting back into draft mode wasn't accidental, but presumably because you found the broken GitHub action issue. So I'll stand back until re-assigned 😊
Correct. Although I might have already figured out what's wrong, so it might be back with you pretty soon!
Alright Guys! Thank you! I don’t think we need to meet today. Better work on things instead :-)
Cheers, Nico
On Oct 11, 2023, at 10:48 AM, Gaurav Vaidya @.***> wrote:
Correct. Although I might have already figured out what's wrong, so it might be back with you pretty soon!
— Reply to this email directly, view it on GitHub https://github.com/phyloref/klados/pull/310#issuecomment-1757855592, or unsubscribe https://github.com/notifications/unsubscribe-auth/AATJPQPBQCRLAKMWA53HSKTX62WVVANCNFSM6AAAAAA53NHLF4. You are receiving this because you are subscribed to this thread.
I forgot to increment the version number to v0.5.0 when I created that tag and release. This PR fixes that (but goes to v0.5.1 instead) and also upgrades packages using
npm upgrade
.It looks like the Vite upgrade broke our GitHub publish action because it writes the website to
dist/
instead ofdocs/
. I've fixed this in b3e00e0.