Skip to content

docs: Update README.md #335

docs: Update README.md

docs: Update README.md #335

Workflow file for this run

name: panvimdoc
on: [push]
jobs:
custom_test:
runs-on: ubuntu-latest
name: pandoc to vimdoc
steps:
- uses: actions/checkout@v2
- name: panvimdoc
uses: ./
with:
vimdoc: panvimdoc
pandoc: doc/panvimdoc.md
treesitter: true
- uses: stefanzweifel/git-auto-commit-action@v4
with:
commit_message: "Auto generate docs"
branch: ${{ github.head_ref }}