diff --git a/.github/workflows/site-deploy.yml b/.github/workflows/site-deploy.yml index dea8300a3..89d003a5c 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 }}