From 3b0e0207f767f9f6896435ba0832828800364559 Mon Sep 17 00:00:00 2001 From: Yanlong Wang Date: Fri, 21 Mar 2025 22:51:23 +0800 Subject: [PATCH] cd: get font --- .github/workflows/cd.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 90efe51..a963167 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -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