From d8d3d538e463e7cb651dfe013507fa6c4576b8dc Mon Sep 17 00:00:00 2001 From: Cheng Pan Date: Wed, 5 Jun 2024 22:25:48 +0800 Subject: [PATCH] HADOOP-19193. Create orphan commit for website deployment (#6864) This stop gh-pages deployments from increasing the size of the git repository on every run Contributed by Cheng Pan --- .github/workflows/website.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/website.yml b/.github/workflows/website.yml index 6d925f3dcf..67b2b908d2 100644 --- a/.github/workflows/website.yml +++ b/.github/workflows/website.yml @@ -56,4 +56,5 @@ jobs: publish_dir: ./staging/hadoop-project user_name: 'github-actions[bot]' user_email: 'github-actions[bot]@users.noreply.github.com' + force_orphan: true