Skip to content

Commit

Permalink
Set keep_files as false in GH action for site deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
vinishjail97 committed Sep 11, 2024
1 parent 1b5f744 commit 4dd1433
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/site-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 4dd1433

Please # to comment.