feat: Update docgen to use mini.nvim documentation generator
This commit is contained in:
8
.github/workflows/docgen.yml
vendored
8
.github/workflows/docgen.yml
vendored
@@ -10,11 +10,11 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/setup-go@v2
|
||||
- name: Install Mini.nvim
|
||||
uses: actions/checkout@v2
|
||||
with:
|
||||
go-version: '^1.17.1'
|
||||
- name: Install md2vim
|
||||
run: go get github.com/FooSoft/md2vim
|
||||
repository: echasnovski/mini.nvim
|
||||
path: mini.nvim
|
||||
- name: Generate vim docs
|
||||
run: make documentation
|
||||
- name: Commit changes
|
||||
|
||||
Reference in New Issue
Block a user