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
Some checks are pending
Deploy Jekyll site to Pages / build (push) Has started running
This commit is contained in:
parent
64a31ec76e
commit
93dc43c788
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user