Skip to content

docs: make minor refinements #19

docs: make minor refinements

docs: make minor refinements #19

Workflow file for this run

name: Generate Documentation
on:
push:
branches: ["main"]
paths:
- "README.md"
pull_request:
paths:
- "README.md"
workflow_dispatch:
jobs:
docs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Generate docs
uses: kdheepak/panvimdoc@main
with:
vimdoc: nx
description: Utility library to n^x your work with the nvim api
version: "Neovim >= 0.8.0"
treesitter: true
- name: Commit docs
uses: stefanzweifel/git-auto-commit-action@v4
with:
commit_message: "docs: auto generate vim docs"
branch: ${{ github.head_ref }}