From 4b98e4e32d0bb995a3850f5578d6c553217fe94a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1s=20Rivera?= Date: Mon, 15 Jun 2026 14:33:23 +0200 Subject: [PATCH] CI: fix staging --- .github/workflows/build-feeds.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-feeds.yml b/.github/workflows/build-feeds.yml index 7af6f18..f850530 100644 --- a/.github/workflows/build-feeds.yml +++ b/.github/workflows/build-feeds.yml @@ -40,7 +40,7 @@ jobs: git config user.name "github-actions[bot]" git config user.email "github-actions[bot]@users.noreply.github.com" - git add feed/ .cache/ + git add . if git diff --cached --quiet; then echo "No changes to commit"