diff --git a/.github/workflows/data.yml b/.github/workflows/data.yml index 56a93358..574ef087 100644 --- a/.github/workflows/data.yml +++ b/.github/workflows/data.yml @@ -85,6 +85,7 @@ jobs: if: success() && (inputs.push == true || github.event.action == 'created') run: | echo "Git push ..." + git checkout main git pull status=$(git status -s | grep -E "docs" | awk '{printf " %s", $2}') if [ -n "${status}" ]; then