Skip to content

Commit

Permalink
ci: fix version number in auto-generated vimdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisgrieser committed Jun 3, 2024
1 parent 21396b4 commit 7a31686
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/panvimdoc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ jobs:
- uses: actions/checkout@v4
- uses: kdheepak/panvimdoc@main
with:
vimdoc: rulebook
toc: true
treesitter: true
vimdoc: scissors
demojify: true
treesitter: true
version: "" # by default adds nvim 0.8 as version number…
- uses: stefanzweifel/git-auto-commit-action@v4
with:
commit_message: "chore: Auto-generate vimdocs"
Expand Down

0 comments on commit 7a31686

Please sign in to comment.