From 4d804177c4b59db3f45ccd1c1888fb0082fe8d74 Mon Sep 17 00:00:00 2001 From: Jay Lee Date: Tue, 23 Sep 2025 14:59:18 -0400 Subject: [PATCH] Update pushwiki.yml --- .github/workflows/pushwiki.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pushwiki.yml b/.github/workflows/pushwiki.yml index c5161436..f78591ef 100644 --- a/.github/workflows/pushwiki.yml +++ b/.github/workflows/pushwiki.yml @@ -37,7 +37,7 @@ jobs: cd GAM.wiki git config --local user.email "action@github.com" git config --local user.name "GitHub Action" - git add *.md + git add -A git commit -m "[no ci] Push Wiki changes" git status git push