Update git add command to use -A for better file tracking in pages deployment

This commit is contained in:
Florian Weber 2025-06-19 11:54:42 +02:00
parent de07ec4f57
commit 02c574f246
Signed by: f.weber
GPG Key ID: B162B599E31221C6

View File

@ -51,6 +51,6 @@ jobs:
cd pages cd pages
git config user.name "${{ gitea.actor }}" git config user.name "${{ gitea.actor }}"
git config user.email ""${{ gitea.actor }}"@noreply.git.morlana.online" 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 commit -m "jekyll build from Action ${GITHUB_SHA}"
git push git push