Skip to content

Commit

Permalink
Merge pull request #5338 from akvo/fix-github-pages-pipeline
Browse files Browse the repository at this point in the history
[#5337] Change from docker-compose to docker compose on Github Pages …
  • Loading branch information
zuhdil authored Sep 5, 2024
2 parents b670b78 + c0c993f commit d01822f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v3
- name: Build web service
run: docker-compose build web
run: docker compose build web
- name: Generate sphinx documentation
run: make USE_DOCKER=1 full-doc
- name: Setup Pages
Expand Down

0 comments on commit d01822f

Please sign in to comment.