[CALCITE-6359] Update GitHub Actions workflows to use docker compose v2
diff --git a/.github/workflows/publish-website.yml b/.github/workflows/publish-website.yml
index f83896b..a83326b 100644
--- a/.github/workflows/publish-website.yml
+++ b/.github/workflows/publish-website.yml
@@ -44,7 +44,7 @@
       - 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