瀏覽代碼

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