ci: fix version number in auto-generated vimdoc
parent
d99cb9b44b
commit
6ec7e92ea5
|
|
@ -16,10 +16,10 @@ jobs:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- uses: kdheepak/panvimdoc@main
|
- uses: kdheepak/panvimdoc@main
|
||||||
with:
|
with:
|
||||||
vimdoc: genghis
|
vimdoc: scissors
|
||||||
toc: true
|
|
||||||
treesitter: true
|
|
||||||
demojify: true
|
demojify: true
|
||||||
|
treesitter: true
|
||||||
|
version: "" # by default adds nvim 0.8 as version number…
|
||||||
- uses: stefanzweifel/git-auto-commit-action@v4
|
- uses: stefanzweifel/git-auto-commit-action@v4
|
||||||
with:
|
with:
|
||||||
commit_message: "chore: Auto-generate vimdocs"
|
commit_message: "chore: Auto-generate vimdocs"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue