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