Skip to content

Merge pull request #45 from andrewferrier/release-please--branches--m… #43

Merge pull request #45 from andrewferrier/release-please--branches--m…

Merge pull request #45 from andrewferrier/release-please--branches--m… #43

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/*'