Fix: Update git add command to stage all changes in deployment workflow
Some checks are pending
Deploy Jekyll site to Pages / build (push) Has started running

This commit is contained in:
Florian Weber 2025-05-24 23:14:40 +02:00
parent 64a31ec76e
commit 93dc43c788
Signed by: f.weber
GPG Key ID: B162B599E31221C6

View File

@ -105,6 +105,6 @@ jobs:
cp ../.domains ./.domains cp ../.domains ./.domains
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 -A git add .
git commit -m "jekyll build from Action ${GITHUB_SHA}" git commit -m "jekyll build from Action ${GITHUB_SHA}"
git push git push