File tree Expand file tree Collapse file tree 5 files changed +636
-1262
lines changed
Expand file tree Collapse file tree 5 files changed +636
-1262
lines changed Original file line number Diff line number Diff line change @@ -26,31 +26,10 @@ jobs:
2626 nvim --version
2727 [ ! -d tests ] && exit 0
2828 nvim --headless -u tests/init.lua -c "PlenaryBustedDirectory tests/ {minimal_init = 'tests/init.lua', sequential = true}"
29- docs :
30- runs-on : ubuntu-latest
31- needs : tests
32- if : ${{ github.ref == 'refs/heads/main' }}
33- steps :
34- - uses : actions/checkout@v4
35- - name : panvimdoc
36- uses : kdheepak/panvimdoc@main
37- with :
38- vimdoc : lazy.nvim
39- version : " Neovim >= 0.8.0"
40- demojify : true
41- treesitter : true
42- - name : Push changes
43- uses : stefanzweifel/git-auto-commit-action@v5
44- with :
45- commit_message : " chore(build): auto-generate vimdoc"
46- commit_user_name : " github-actions[bot]"
47- commit_user_email : " github-actions[bot]@users.noreply.github.com"
48- commit_author : " github-actions[bot] <github-actions[bot]@users.noreply.github.com>"
4929 release :
5030 name : release
5131 if : ${{ github.ref == 'refs/heads/main' }}
5232 needs :
53- - docs
5433 - tests
5534 runs-on : ubuntu-latest
5635 steps :
You can’t perform that action at this time.
0 commit comments