Browse Source

add git status for deploy.yml

ruki 4 years ago
parent
commit
03eb788d0c
1 changed files with 1 additions and 0 deletions
  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