From 79a1e19909ff3508088d6eb54dc0be6e4d3f552e Mon Sep 17 00:00:00 2001 From: David Tapiador Date: Wed, 25 Feb 2026 13:10:24 +0100 Subject: [PATCH] Configure our publish branch with only the latest commit (#3033) GH pages branch is getting super big, so we want to reduce it by creating an orphan branch --- .github/workflows/docs.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 345c278512f5..4cfc089a3c1e 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -79,3 +79,5 @@ jobs: enable_jekyll: false # Only deploy if there were changes allow_empty_commit: false + # GH pages branch is getting super big, so we want to reduce it by creating an orphan branch + force_orphan: true