Update git add command to use -A for better file tracking in pages deployment
This commit is contained in:
parent
de07ec4f57
commit
02c574f246
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user