Skip to content

Commit b4bfcad

Browse files
committed
[DOCS] Switch to docker compose in rendering workflow
1 parent 2356728 commit b4bfcad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/documentation.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: Setup Pages
3030
uses: actions/configure-pages@v5
3131
- name: Render documentation
32-
run: docker-compose -f docs/_build/docker-compose.yaml run --rm build
32+
run: docker compose -f docs/_build/docker-compose.yaml run --rm build
3333
- name: Upload artifact
3434
uses: actions/upload-pages-artifact@v3
3535
with:

0 commit comments

Comments
 (0)