From 6ec7e92ea5a26e174837719fcde1ffba1fad3fae Mon Sep 17 00:00:00 2001 From: Chris Grieser <73286100+chrisgrieser@users.noreply.github.com> Date: Mon, 3 Jun 2024 10:58:21 +0200 Subject: [PATCH] ci: fix version number in auto-generated vimdoc --- .github/workflows/panvimdoc.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/panvimdoc.yml b/.github/workflows/panvimdoc.yml index 018877d..bc2809e 100644 --- a/.github/workflows/panvimdoc.yml +++ b/.github/workflows/panvimdoc.yml @@ -16,10 +16,10 @@ jobs: - uses: actions/checkout@v4 - uses: kdheepak/panvimdoc@main with: - vimdoc: genghis - 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"