From 96db85e26423e2be9195d5877714c907d7ccf298 Mon Sep 17 00:00:00 2001 From: Harald Fielker Date: Sun, 25 Jan 2026 11:04:47 +0100 Subject: [PATCH] make publish more stable --- .github/workflows/publish.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 7043e23..f865eca 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -13,7 +13,7 @@ permissions: concurrency: group: "pages" - cancel-in-progress: false + cancel-in-progress: true jobs: lint: @@ -23,7 +23,6 @@ jobs: - uses: DavidAnson/markdownlint-cli2-action@v22 build: - needs: lint runs-on: ubuntu-latest steps: - uses: actions/checkout@v6 @@ -37,7 +36,7 @@ jobs: path: site deploy: - needs: build + needs: [build, lint] if: github.ref == 'refs/heads/main' environment: name: github-pages