소스 검색

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