This is an automated email from the ASF dual-hosted git repository.
vinish 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 63357f28 Try enabling keep_files as false in GH action for downloads
63357f28 is described below
commit 63357f287bf432340fbe273c30acfbd29ca1eef3
Author: Vinish Reddy <[email protected]>
AuthorDate: Fri Nov 8 17:15:22 2024 -0800
Try enabling keep_files as false in GH action for downloads
---
.github/workflows/site-deploy.yml | 1 +
1 file changed, 1 insertion(+)
diff --git a/.github/workflows/site-deploy.yml
b/.github/workflows/site-deploy.yml
index 3b11818f..89d003a5 100644
--- a/.github/workflows/site-deploy.yml
+++ b/.github/workflows/site-deploy.yml
@@ -53,6 +53,7 @@ jobs:
with:
personal_token: ${{ secrets.XTABLE_SITE_DEPLOY }}
external_repository: apache/incubator-xtable-site
+ keep_files: false
publish_branch: main
publish_dir: ./website/build
user_name: ${{ github.actor }}