tobias-schwarz / latex-template

2 stars 3 forks source link

Refactor readme update script from python #9

Open lynxplay opened 4 years ago

lynxplay commented 4 years ago

The current workflow job that is responsible for updating the README.md file concerning

uses a python3 script that exports the output into txt files.

Python3 is, at least in my opinion, overkill for this problem and can easily replaced with bash scripts. On top of that, the source count is currently calculated incorrectly, as it is only reading the amount of files in the literature folder as it should be reading the entries in the .bib file.

tobias-schwarz commented 4 years ago

Merge into separate Branch, do not move in next major release