mirror of
https://git.mirrors.martin98.com/https://github.com/jina-ai/reader
synced 2025-04-18 11:50:00 +08:00
cd: get font
This commit is contained in:
parent
3bb731519b
commit
3b0e0207f7
2
.github/workflows/cd.yml
vendored
2
.github/workflows/cd.yml
vendored
@ -44,6 +44,8 @@ jobs:
|
||||
run: npm ci
|
||||
- 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
|
||||
- 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
|
||||
run: npm run build
|
||||
- name: Set package version
|
||||
|
Loading…
x
Reference in New Issue
Block a user