Skip to content

Update README.md

Update README.md #39

Workflow file for this run

name: panvimdoc
# yamllint disable rule:truthy
on: [push]
jobs:
docs:
runs-on: ubuntu-latest
name: pandoc to vimdoc
steps:
- uses: actions/checkout@v2
- name: panvimdoc
uses: kdheepak/panvimdoc@main
with:
vimdoc: {{plugin-name-short}}

Check failure on line 15 in .github/workflows/panvimdoc.yml

View workflow run for this annotation

GitHub Actions / panvimdoc

Invalid workflow file

The workflow is not valid. .github/workflows/panvimdoc.yml (Line: 15, Col: 19): A mapping was not expected
toc: true
demojify: true
treesitter: true
- uses: stefanzweifel/git-auto-commit-action@v4
with:
commit_message: "chore: Auto generate docs"
branch: ${{ github.head_ref }}