From 4dd1433bed208248953bfff6ed5a3d08e66b9632 Mon Sep 17 00:00:00 2001 From: Vinish Reddy Date: Wed, 11 Sep 2024 10:33:21 +0530 Subject: [PATCH] Set keep_files as false in GH action for site deploy --- .github/workflows/site-deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/site-deploy.yml b/.github/workflows/site-deploy.yml index dea8300a..89d003a5 100644 --- a/.github/workflows/site-deploy.yml +++ b/.github/workflows/site-deploy.yml @@ -53,7 +53,7 @@ jobs: with: personal_token: ${{ secrets.XTABLE_SITE_DEPLOY }} external_repository: apache/incubator-xtable-site - keep_files: true + keep_files: false publish_branch: main publish_dir: ./website/build user_name: ${{ github.actor }}