cd: get font

This commit is contained in:
Yanlong Wang 2025-03-21 22:51:23 +08:00
parent 3bb731519b
commit 3b0e0207f7
No known key found for this signature in database
GPG Key ID: C0A623C0BADF9F37

View File

@ -44,6 +44,8 @@ jobs:
run: npm ci run: npm ci
- name: get maxmind mmdb - name: get maxmind mmdb
run: mkdir -p licensed && curl -o licensed/GeoLite2-City.mmdb https://raw.githubusercontent.com/P3TERX/GeoLite.mmdb/download/GeoLite2-City.mmdb run: mkdir -p licensed && curl -o licensed/GeoLite2-City.mmdb https://raw.githubusercontent.com/P3TERX/GeoLite.mmdb/download/GeoLite2-City.mmdb
- name: get source han sans font
run: curl -o licensed/SourceHanSansSC-Regular.otf https://raw.githubusercontent.com/adobe-fonts/source-han-sans/refs/heads/release/OTF/SimplifiedChinese/SourceHanSansSC-Regular.otf
- name: build application - name: build application
run: npm run build run: npm run build
- name: Set package version - name: Set package version