Skip to content

fix: Wrap get_parser with a pcall #38

fix: Wrap get_parser with a pcall

fix: Wrap get_parser with a pcall #38

Workflow file for this run

---
name: panvimdoc
on: [push]
jobs:
docs:
runs-on: ubuntu-latest
name: pandoc to vimdoc
steps:
- uses: actions/checkout@v2
- name: wrapping
uses: kdheepak/panvimdoc@main
with:
vimdoc: wrapping.nvim
- uses: stefanzweifel/git-auto-commit-action@v4
with:
commit_message: "chore: Auto generate Vim docs"
branch: ${{ github.head_ref }}
file_pattern: 'doc/*'