Skip to content

Commit 493e187

Browse files
vinishjail97jcamachor
authored andcommitted
Set keep_files as false in GH action for site deploy
1 parent 1b5f744 commit 493e187

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/site-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
with:
5454
personal_token: ${{ secrets.XTABLE_SITE_DEPLOY }}
5555
external_repository: apache/incubator-xtable-site
56-
keep_files: true
56+
keep_files: false
5757
publish_branch: main
5858
publish_dir: ./website/build
5959
user_name: ${{ github.actor }}

0 commit comments

Comments
 (0)