From 72762c8ef1e33604d4338b4254a3a45829fa59f8 Mon Sep 17 00:00:00 2001 From: Matt Sturgeon Date: Sat, 30 Nov 2024 20:04:09 +0000 Subject: [PATCH] ci/docs: remove on 24.05 branch This doesn't work because we can only deploy docs from the main branch. --- .github/workflows/build_documentation.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/build_documentation.yml b/.github/workflows/build_documentation.yml index 64bf64cf..beeba165 100644 --- a/.github/workflows/build_documentation.yml +++ b/.github/workflows/build_documentation.yml @@ -5,7 +5,6 @@ on: # Runs on pushes targeting the release branches branches: - main - - nixos-24.05 # Allows you to run this workflow manually from the Actions tab workflow_dispatch: