refactor: stop checking in doc/tags
This commit is contained in:
parent
2bca582d93
commit
5bdee20d5d
3 changed files with 1 additions and 60 deletions
1
.github/workflows/update-docs.yml
vendored
1
.github/workflows/update-docs.yml
vendored
|
|
@ -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})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue