Skip to content

Commit 97f6929

Browse files
build: Migrate to docker compose instead of deprecated docker-compose (#813)
1 parent d2a7e2e commit 97f6929

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444

4545
- name: Build docks
4646
working-directory: docs
47-
run: docker-compose run build
47+
run: docker compose run build
4848

4949
- name: Publish
5050
working-directory: docs

0 commit comments

Comments
 (0)