From 96607f51aec20f568963a707f3c07cbe76a51bea Mon Sep 17 00:00:00 2001 From: Fokko Driesprong Date: Tue, 22 Apr 2025 21:28:00 +0200 Subject: [PATCH] Add `format/` to site-ci I merged a [spec-change earlier today](https://github.com/apache/iceberg/pull/12644), but noticed that it was not live on the website. I think it would be good to get these changes out right away. --- .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 c085009a3997..b8661f990c96 100644 --- a/.github/workflows/site-ci.yml +++ b/.github/workflows/site-ci.yml @@ -24,6 +24,7 @@ on: paths: - docs/** - site/** + - format/** workflow_dispatch: jobs: deploy: