From fd225fc3b5c632835fb4174cf27836fe61b39d97 Mon Sep 17 00:00:00 2001 From: alexandrev-tibco Date: Wed, 8 Apr 2026 16:12:20 +0200 Subject: [PATCH] Preserve Helm chart museum: keep_files and shared concurrency group --- .github/workflows/publish-helm.yml | 4 ++++ .github/workflows/publish-hugo.yml | 3 +-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish-helm.yml b/.github/workflows/publish-helm.yml index ffb80287..c48e65bc 100644 --- a/.github/workflows/publish-helm.yml +++ b/.github/workflows/publish-helm.yml @@ -6,6 +6,10 @@ on: - main workflow_dispatch: +concurrency: + group: deploy-gh-pages + cancel-in-progress: true + permissions: contents: write diff --git a/.github/workflows/publish-hugo.yml b/.github/workflows/publish-hugo.yml index cca9fe1d..04aff1e6 100644 --- a/.github/workflows/publish-hugo.yml +++ b/.github/workflows/publish-hugo.yml @@ -40,6 +40,5 @@ jobs: publish_dir: ./hugo-output publish_branch: gh-pages destination_dir: docs - keep_files: false - force_orphan: true + keep_files: true cname: blog.xsltplayground.com