We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6959af3 commit 423ac3aCopy full SHA for 423ac3a
.github/workflows/publish-website.yml
@@ -44,7 +44,7 @@ jobs:
44
- name: Build site
45
working-directory: calcite-avatica/site
46
run: |
47
- 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
48
- uses: actions/checkout@v3
49
with:
50
repository: apache/calcite-site
0 commit comments