Skip to content

Commit

Permalink
[CALCITE-6359] Update GitHub Actions workflows to use docker compose v2
Browse files Browse the repository at this point in the history
F21 committed Apr 10, 2024
1 parent 6959af3 commit 423ac3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-website.yml
Original file line number Diff line number Diff line change
@@ -44,7 +44,7 @@ jobs:
- name: Build site
working-directory: calcite-avatica/site
run: |
docker-compose run -e JEKYLL_UID=$(id -u) -e JEKYLL_GID=$(id -g) build-site
docker compose run -e JEKYLL_UID=$(id -u) -e JEKYLL_GID=$(id -g) build-site
- uses: actions/checkout@v3
with:
repository: apache/calcite-site

0 comments on commit 423ac3a

Please sign in to comment.