feat: added vimdoc generation

This commit is contained in:
Folke Lemaitre 2024-06-23 19:38:39 +02:00
parent 5ee3bf8f15
commit 0d979b680d
No known key found for this signature in database
GPG key ID: 41F8B1FBACAE2040
4 changed files with 100 additions and 31 deletions

View file

@ -26,6 +26,14 @@ jobs:
echo "/tmp/nvim/squashfs-root/usr/bin/" >> $GITHUB_PATH
- name: Generate docs
run: ./build.sh
- name: panvimdoc
uses: kdheepak/panvimdoc@main
with:
vimdoc: lazy.nvim
version: "Neovim >= 0.8.0"
description: "A modern plugin manager for Neovim"
demojify: false
treesitter: true
- name: Push changes
uses: stefanzweifel/git-auto-commit-action@v5
with: