Skip to content

feat: generate vim docs on push with a github action #1

feat: generate vim docs on push with a github action

feat: generate vim docs on push with a github action #1

Workflow file for this run

name: docs
on: [push]
jobs:
docs:
runs-on: ubuntu-latest
name: pandoc to vimdoc
steps:
- uses: actions/checkout@v2
- name: panvimdoc
uses: kdheepak/panvimdoc@main
with:
vimdoc: scalpel.nvim
toc: true
treesitter: true