Skip to content

Commit cd6555e

Browse files
committed
CI: Fix docs workflow.
1 parent 15b3700 commit cd6555e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ jobs:
1212
- uses: actions/checkout@v2
1313

1414
- name: Book
15-
run: docker-compose run book
15+
run: docker compose run book
1616

1717
- name: Docs
18-
run: docker-compose run docs
18+
run: docker compose run docs
1919

2020
- name: Deploy
2121
uses: peaceiris/actions-gh-pages@v3

0 commit comments

Comments
 (0)