We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3bb7315 commit 3b0e020Copy full SHA for 3b0e020
.github/workflows/cd.yml
@@ -44,6 +44,8 @@ jobs:
44
run: npm ci
45
- name: get maxmind mmdb
46
run: mkdir -p licensed && curl -o licensed/GeoLite2-City.mmdb https://raw.githubusercontent.com/P3TERX/GeoLite.mmdb/download/GeoLite2-City.mmdb
47
+ - name: get source han sans font
48
+ run: curl -o licensed/SourceHanSansSC-Regular.otf https://raw.githubusercontent.com/adobe-fonts/source-han-sans/refs/heads/release/OTF/SimplifiedChinese/SourceHanSansSC-Regular.otf
49
- name: build application
50
run: npm run build
51
- name: Set package version
0 commit comments