Skip to content

Commit

Permalink
Try enabling keep_files as false in GH action for downloads
Browse files Browse the repository at this point in the history
  • Loading branch information
vinishjail97 committed Nov 9, 2024
1 parent f3e1146 commit 0d1ca85
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/site-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 0d1ca85

Please sign in to comment.