From 78faead18ca0833750adb6c0f25f09cb31f3a6eb Mon Sep 17 00:00:00 2001 From: Giuseppe De Palma Date: Mon, 25 Dec 2023 19:49:17 +0100 Subject: [PATCH] ci: fix publish branch again --- .github/workflows/book.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/book.yml b/.github/workflows/book.yml index 61341c0..4c3f057 100644 --- a/.github/workflows/book.yml +++ b/.github/workflows/book.yml @@ -50,5 +50,4 @@ jobs: publish_dir: ./docs/book # Don't store history of gh-pages branch # This ensures that the repository size doesn't grow too much - publish_branch: main - force_orphan: true \ No newline at end of file + force_orphan: true