mirror of
https://git.mirrors.martin98.com/https://github.com/jina-ai/reader.git
synced 2025-08-20 05:19:09 +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
|
- name: npm install
|
||||||
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://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
|
- name: build application
|
||||||
run: npm run build
|
run: npm run build
|
||||||
- name: Set package version
|
- name: Set package version
|
||||||
|
Loading…
x
Reference in New Issue
Block a user