This is an automated email from the ASF dual-hosted git repository. vinish pushed a commit to branch RemovePages in repository https://gitbox.apache.org/repos/asf/incubator-xtable.git
commit 4dd1433bed208248953bfff6ed5a3d08e66b9632 Author: Vinish Reddy <[email protected]> AuthorDate: Wed Sep 11 10:33:21 2024 +0530 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 }}
