refactor: stop checking in doc/tags

This commit is contained in:
Steven Arcangeli 2023-04-21 22:16:31 -07:00
parent 2bca582d93
commit 5bdee20d5d
3 changed files with 1 additions and 60 deletions

View file

@ -30,7 +30,6 @@ jobs:
python -m pip install pyparsing==3.0.9
python .github/main.py generate
python .github/main.py lint
nvim --headless -c 'set runtimepath+=.' -c 'helptags ALL' -c 'qall'
git add README.md doc
# 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})