This is an automated email from the ASF dual-hosted git repository. mauzhang pushed a commit to branch manuzhang-patch-1 in repository https://gitbox.apache.org/repos/asf/iceberg.git
commit 8722896ec8a35d1ac36a851ebaab0dd3bb6bfc9b Author: Manu Zhang <[email protected]> AuthorDate: Thu May 1 22:26:54 2025 +0800 Site: Add open-api/ to site-ci --- .github/workflows/site-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/site-ci.yml b/.github/workflows/site-ci.yml index b8661f990c..1353bd1c80 100644 --- a/.github/workflows/site-ci.yml +++ b/.github/workflows/site-ci.yml @@ -25,6 +25,7 @@ on: - docs/** - site/** - format/** + - open-api/** workflow_dispatch: jobs: deploy:
