mirror of
https://github.com/webrecorder/browsertrix-crawler.git
synced 2025-10-19 06:23:16 +00:00
ci: use docker compose instead of docker-compose
This commit is contained in:
parent
4c1da90d8f
commit
c61a03de6e
1 changed files with 1 additions and 1 deletions
2
.github/workflows/docs-publish.yaml
vendored
2
.github/workflows/docs-publish.yaml
vendored
|
@ -19,7 +19,7 @@ jobs:
|
|||
python-version: 3.x
|
||||
|
||||
- name: build docker image (for getting cli)
|
||||
run: docker-compose build
|
||||
run: docker compose build
|
||||
|
||||
- name: generate cli
|
||||
run: docs/gen-cli.sh
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue