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