From be7bef028231b86319356520517642c01d20aa9c Mon Sep 17 00:00:00 2001 From: alexandrev-tibco Date: Wed, 8 Apr 2026 16:10:47 +0200 Subject: [PATCH] Use force_orphan to avoid gh-pages push conflicts --- .github/workflows/publish-hugo.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/publish-hugo.yml b/.github/workflows/publish-hugo.yml index 7ac4db33..cca9fe1d 100644 --- a/.github/workflows/publish-hugo.yml +++ b/.github/workflows/publish-hugo.yml @@ -41,4 +41,5 @@ jobs: publish_branch: gh-pages destination_dir: docs keep_files: false + force_orphan: true cname: blog.xsltplayground.com