From 3d03d93765b374c2e55b9af6cd8e375b517c9bdc Mon Sep 17 00:00:00 2001 From: Meilame Tayebjee <114609737+meilame-tayebjee@users.noreply.github.com> Date: Thu, 27 Nov 2025 11:46:15 +0100 Subject: [PATCH] fix: remove the concurrency constantly breaks --- .github/workflows/deploy-docs.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/deploy-docs.yml b/.github/workflows/deploy-docs.yml index 4137335..b3bdad2 100644 --- a/.github/workflows/deploy-docs.yml +++ b/.github/workflows/deploy-docs.yml @@ -14,10 +14,6 @@ permissions: pages: write id-token: write -concurrency: - group: "pages" - cancel-in-progress: true - jobs: build: runs-on: ubuntu-latest @@ -80,3 +76,4 @@ jobs: - name: Deploy to GitHub Pages id: deployment uses: actions/deploy-pages@v4 +