From 2d065fc8ce418ef7727fe0a9625b1d1920022a7f Mon Sep 17 00:00:00 2001 From: kettasoft Date: Wed, 11 Mar 2026 23:15:26 +0200 Subject: [PATCH] fix: ensure deployment triggers on changes to documentation files --- .github/workflows/deploy-docs.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/deploy-docs.yml b/.github/workflows/deploy-docs.yml index 184c158..9b6a6bc 100644 --- a/.github/workflows/deploy-docs.yml +++ b/.github/workflows/deploy-docs.yml @@ -5,6 +5,8 @@ on: branches: # make sure this is the branch you are using - master + paths: + - "docs/**" permissions: contents: write