Closed MatthewSteen closed 1 month ago
This looks good, the only comment I have is that since the docs with release and docs without are completely separate it might make sense to just split it into two files so we don't have the conditionals on each job.
This looks good, the only comment I have is that since the docs with release and docs without are completely separate it might make sense to just split it into two files so we don't have the conditionals on each job.
Yeah, I've thought about that too. I think we could do that in another PR later if we want to go in that direction. When I originally created the cd.yml
I was trying to consolidate all the CD related action in one file. Same goes for the ci.yml
, which I'd like to revisit later.
Here's what the CD action does on a release now...
https://github.com/NREL/BuildingMOTIF/actions/runs/11373850305
Fix #285.