Skip to content

fix(docs): incorrect information for grapple.scope_definition type #139

fix(docs): incorrect information for grapple.scope_definition type

fix(docs): incorrect information for grapple.scope_definition type #139

Workflow file for this run

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