This is an automated email from the ASF dual-hosted git repository. vinish pushed a commit to branch fix-download-page in repository https://gitbox.apache.org/repos/asf/incubator-xtable.git
commit 6b985ac834052567a5d907b92d381691025515ee 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 + package-lock.json | 6 ++++++ 2 files changed, 7 insertions(+) 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 }} diff --git a/package-lock.json b/package-lock.json new file mode 100644 index 00000000..e14e8002 --- /dev/null +++ b/package-lock.json @@ -0,0 +1,6 @@ +{ + "name": "incubator-xtable", + "lockfileVersion": 3, + "requires": true, + "packages": {} +}
