From bec64ccd9e981675c26c93def559747862b8ecc5 Mon Sep 17 00:00:00 2001 From: David Tapiador Date: Wed, 25 Feb 2026 12:11:32 +0100 Subject: [PATCH] Configure our publish branch with only the latest commit 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