Closed l-emele closed 2 months ago
Currently, GitHub gives a warning that the file CITATION.cff cannot be parsed.
Also the citation function does not work properly
Maybe the additional empty line introduced in line 158 of commit f27905d5d731764d9d36b9991884785cdfa7395b causes this.
Deleting the empty line in 7cde2f1 did not solve the problem.
Maybe it is the empty doi (line 170). I'll try what happens if I delete this.
The empty doi field wasn't the problem either... 1c07679
I solved it 1c07679!
All indentation has to be at the same level. It means, that there have to be two (!!) spaces at the beginning for each new author:
- family-names: "ABC"
Description of the issue
Currently, GitHub gives a warning that the file CITATION.cff cannot be parsed.
Also the citation function does not work properly
Ideas of solution
Maybe the additional empty line introduced in line 158 of commit f27905d5d731764d9d36b9991884785cdfa7395b causes this.
Workflow checklist