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:
2025-05-24 23:14:40 +02:00
parent 64a31ec76e
commit 93dc43c788

View File

@@ -105,6 +105,6 @@ jobs:
cp ../.domains ./.domains
git config user.name "${{ gitea.actor }}"
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 push