From f80d8d5907f9b22dc5e35fb8e44c772a35e81a19 Mon Sep 17 00:00:00 2001 From: Gaetan Lepage Date: Sat, 24 May 2025 10:28:24 +0200 Subject: [PATCH] ci/docs: build documentation for the nixos-25.05 branch --- .github/workflows/build_documentation.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/build_documentation.yml b/.github/workflows/build_documentation.yml index 5680b73d..b3eb3a64 100644 --- a/.github/workflows/build_documentation.yml +++ b/.github/workflows/build_documentation.yml @@ -57,6 +57,11 @@ jobs: "branch": "main", "nixpkgsBranch": "nixos-unstable" }, + { + "branch": "nixos-25.05", + "nixpkgsBranch": "nixos-25.05", + "subPath": "25.05" + }, { "branch": "nixos-24.11", "nixpkgsBranch": "nixos-24.11",