فهرست منبع

add git status for deploy.yml

ruki 4 سال پیش
والد
کامیت
03eb788d0c
1فایلهای تغییر یافته به همراه1 افزوده شده و 0 حذف شده
  1. 1 0
      .github/workflows/deploy.yml

+ 1 - 0
.github/workflows/deploy.yml

@@ -42,6 +42,7 @@ jobs:
           xmake l -vD `pwd`/build.lua
           git config --global user.email "[email protected]"
           git config --global user.name "ruki"
+          git status
           git add -A
           git diff-index --quiet HEAD || git commit -m "autoupdate docs by xmake-repo/ci"
           git push all master