diff options
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/vimdoc.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/vimdoc.yml b/.github/workflows/vimdoc.yml index 8039f234..3da8ebf6 100644 --- a/.github/workflows/vimdoc.yml +++ b/.github/workflows/vimdoc.yml @@ -49,6 +49,6 @@ jobs: git config user.email "actions@github" git config user.name "Github Actions" git remote set-url origin https://x-access-token:${GITHUB_TOKEN}@github.com/${GITHUB_REPOSITORY}.git - git add README.md + git add doc/lspconfig.txt # Only commit and push if we have changes git diff --quiet && git diff --staged --quiet || (git commit -m "${COMMIT_MSG}"; git push origin HEAD:${GITHUB_REF}) |
