Skip to content

fix: Adds missing information to README.md #9

fix: Adds missing information to README.md

fix: Adds missing information to README.md #9

Workflow file for this run

name: Generate docs
on:
pull_request:
branches: [main]
paths:
- README.md
- docs/ft_nvim.md
- .github/workflows/docs.yml
permissions:
contents: write
jobs:
docs:
name: Pandoc to vimdoc
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: kdheepak/panvimdoc@main
with:
vimdoc: ${{ github.event.repository.name }}
pandoc: doc/ft_nvim.md
version: "NVIM v0.6.0"
- uses: stefanzweifel/git-auto-commit-action@v5
with:
branch: ${{ github.head_ref }}
commit_message: "ci(docs): Auto generate docs"