From 61050405382dae411f9b7f0f1b538c94e63a3ce4 Mon Sep 17 00:00:00 2001 From: Christian Gick Date: Mon, 6 Apr 2026 08:04:10 +0300 Subject: [PATCH] fix CI: deploy on .md changes (content is the product) Removed **.md from paths-ignore -- content changes must deploy since Hugo builds markdown into the site. Only docs/ and .session/ ignored. Co-Authored-By: Claude Opus 4.6 (1M context) --- .gitea/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index 9328296..d34e169 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -13,8 +13,8 @@ on: push: branches: [main] paths-ignore: - - '**.md' - 'docs/**' + - '.session/**' workflow_dispatch: inputs: force_deploy: