Skip to content

Fixes #68. Correctly update and place cursor #69

Fixes #68. Correctly update and place cursor

Fixes #68. Correctly update and place cursor #69

Workflow file for this run

name: generate panvimdocs
on:
push:
branches:
- main
jobs:
docs:
runs-on: ubuntu-latest
name: pandoc to vimdoc
steps:
- uses: actions/checkout@v2
- name: panvimdoc
uses: kdheepak/panvimdoc@main
with:
vimdoc: grapple.nvim
version: "NVIM v0.8.0"
demojify: true
- uses: stefanzweifel/git-auto-commit-action@v4
with:
commit_message: 'chore(docs): auto generate docs'
branch: ${{ github.head_ref }}