From 02c574f2461264a8470d8e9622d01a80d27df023 Mon Sep 17 00:00:00 2001 From: Florian Weber Date: Thu, 19 Jun 2025 11:54:42 +0200 Subject: [PATCH] Update git add command to use -A for better file tracking in pages deployment --- .gitea/workflows/pages-deploy.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/pages-deploy.yaml b/.gitea/workflows/pages-deploy.yaml index a9dc7ce..e49f689 100644 --- a/.gitea/workflows/pages-deploy.yaml +++ b/.gitea/workflows/pages-deploy.yaml @@ -51,6 +51,6 @@ jobs: cd pages git config user.name "${{ gitea.actor }}" git config user.email ""${{ gitea.actor }}"@noreply.git.morlana.online" - git add . + git add -A git commit -m "jekyll build from Action ${GITHUB_SHA}" git push