This is an automated email from the ASF dual-hosted git repository.
jcamacho pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-xtable.git
The following commit(s) were added to refs/heads/main by this push:
new 493e1878 Set keep_files as false in GH action for site deploy
493e1878 is described below
commit 493e1878dc94c3d8f29675132f03e3941e29b470
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 }}