Skip to content

Commit

Permalink
ci: update workflows config.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Feb 12, 2025
1 parent d4f706f commit 7400886
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
12 changes: 11 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,17 @@ jobs:
- run: npm install
- run: npm run build:docker

- name: Free Disk Space
run: |
echo "Before Cleanup:"
df -h
sudo rm -rf /usr/local/lib/android /opt/ghc /usr/share/dotnet /usr/share/swift /usr/local/.ghcup
sudo rm -rf ~/.npm ~/.node-gyp ~/.cache/node-gyp ~/.nvm
sudo rm -rf /usr/local/lib/node_modules
sudo rm -rf /usr/local/bin/node /usr/local/bin/npm /usr/local/bin/npx
echo "After Cleanup:"
df -h
# Create Docker Image
- uses: docker/setup-buildx-action@v3
- name: Login to Docker Hub
Expand Down
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@
<h1>收录商用免费字体</h1>
</div>

[![Buy me a coffee](https://img.shields.io/badge/Buy_Me_a_Coffee-ffdd00?logo=buy-me-a-coffee&logoColor=black)](https://jaywcjlove.github.io/#/sponsor)
[![CI](https://github.com/jaywcjlove/free-font/actions/workflows/ci.yml/badge.svg)](https://github.com/jaywcjlove/free-font/actions/workflows/ci.yml)

本项目基于已不再维护的 [字集](https://github.com/wordshub/free-font) 开源项目,旨在收集汉字字体。我创建了这个新项目,并新增了自动生成字体预览封面的脚本,还重新添加了许多中文字体以及一些开源英文字体,以方便《[字帖宝宝](https://github.com/jaywcjlove/copybook-generator)》用户下载和使用。

汉字字体的制作是一项庞大的工程。常用汉字有 6763 个,GBK 标准中有 20902 个,而最新的 GB18030-2022 标准则包含超过 80,000 个字符。由于汉字的复杂性,制作一套完整的中文字体需要大量的专业人士投入精力和时间。我们鼓励大家使用正版字体,共同为中文字体的制作创造一个良好的环境。
Expand Down

0 comments on commit 7400886

Please sign in to comment.