From 453cae641bd9288552fde424d6025467ffaaeefe Mon Sep 17 00:00:00 2001 From: Jonas Platte Date: Mon, 23 May 2022 12:40:31 +0200 Subject: [PATCH] fix(docs): Remove history gh-pages branch This should drastically reduce the repository size. --- .github/workflows/docs.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 546c760ed..1f0a6da2a 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -40,3 +40,4 @@ jobs: with: github_token: ${{ secrets.GITHUB_TOKEN }} publish_dir: ./target/doc/ + force_orphan: true