Fork-Awesome
Fork-Awesome copied to clipboard
Add Docker icon and GitHub Action workflow
The following updates are introduced in the pull request
- Add Docker icon.
- Add a GitHub Action script that builds the fonts and CSS files automatically on push and pack and upload them to release asset when a release is created.
- Update .fontcustom-manifest.json file to match the
codepoint
to theunicode
in theicons.yml
file.
Actually, I have a question about the .fontcustom-manifest.json
file. I'm currently manually editing the file. Is it automatically generated? The fontcustom code tried to generate one itself, but it's Unicode codes of the icons do not match the ones specified in the icons.yml
file. So I'm a bit confused.