mirror of
https://github.com/openzim/zimit.git
synced 2025-12-31 04:23:15 +00:00
remove -it
This commit is contained in:
parent
5d520360e7
commit
83acfec81e
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yaml
vendored
2
.github/workflows/ci.yaml
vendored
|
|
@ -13,7 +13,7 @@ jobs:
|
|||
run: docker build -t openzim/zimit:dev .
|
||||
|
||||
- name: run crawl
|
||||
run: docker run -it -v $PWD/output:/output openzim/zimit:dev zimit --url https://isago.ml/ --name isago --zim-file isago.zim
|
||||
run: docker run -v $PWD/output:/output openzim/zimit:dev zimit --url https://isago.ml/ --name isago --zim-file isago.zim
|
||||
|
||||
- name: ensure zim exists
|
||||
run: stat ./output/isago.zim
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue