Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CI: Regenerate glyphnames before release
[why] When the icon sets have changed (added or names changed) the i_*.sh files are (hopefully) up to date, but the glyphnames.json file is only updated on release. Unfortunately the font-patcher uses the glyphnames.json to determine the patched-in glyphs' names, but in the workflow the json file is only updated after all fonts have been patched. [how] Like the version number in the font-patcher file we also create a transient glyphnames.json in each patching job, that the font-patcher can then utilize. Still the in-repo glyphnames.json is only updated after successful release. So in pinciple we call the generate-css.sh (which also generates the glyphnames.json) once for every font in the font matrix (just before patching) and then finally after all patching has been done again and that is committed back to the repo. Fixes: #1745 Signed-off-by: Fini Jastrow <[email protected]>
- Loading branch information