From 5d12d996323d11e2671f6f962232211cf0b24876 Mon Sep 17 00:00:00 2001 From: Ioan CHIRIAC <173203+ichiriac@users.noreply.github.com> Date: Sat, 17 Jan 2026 18:26:28 +0100 Subject: [PATCH] Change deployment branch from master to website --- .github/workflows/deploy-docs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy-docs.yml b/.github/workflows/deploy-docs.yml index 2fd3479..c788dd0 100644 --- a/.github/workflows/deploy-docs.yml +++ b/.github/workflows/deploy-docs.yml @@ -2,7 +2,7 @@ name: Deploy Docs on: push: - branches: [master] + branches: [website] permissions: contents: read