mirror of
https://git.mirrors.martin98.com/https://github.com/jina-ai/reader.git
synced 2025-08-19 12:39:16 +08:00
ci: fix mmdb download
This commit is contained in:
parent
7340028c64
commit
6a1f391339
2
.github/workflows/cd.yml
vendored
2
.github/workflows/cd.yml
vendored
@ -44,7 +44,7 @@ jobs:
|
||||
- name: npm install
|
||||
run: npm ci
|
||||
- name: get maxmind mmdb
|
||||
run: mkdir -p licensed && curl -o licensed/GeoLite2-City.mmdb https://github.com/P3TERX/GeoLite.mmdb/raw/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: build application
|
||||
run: npm run build
|
||||
- name: Set package version
|
||||
|
Loading…
x
Reference in New Issue
Block a user