Skip to content

Commit

Permalink
build: Migrate to docker compose instead of deprecated docker-compose (
Browse files Browse the repository at this point in the history
  • Loading branch information
steve-todorov committed Aug 15, 2024
1 parent d2a7e2e commit 2436724
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:

- name: Build docks
working-directory: docs
run: docker-compose run build
run: docker compose run build

- name: Publish
working-directory: docs
Expand Down

0 comments on commit 2436724

Please sign in to comment.