From 75a3e1f2e20c9994ecd8d525b147060fd7f22047 Mon Sep 17 00:00:00 2001 From: David Tapiador Date: Wed, 25 Feb 2026 12:07:51 +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 ee74b4464f..3338d6a9ef 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -82,3 +82,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