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 @@ 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