feat: Add panvimdoc github action

This commit is contained in:
Simrat Grewal
2022-08-17 21:46:33 -07:00
parent 28f02c673d
commit 06bdbc8f6e

18
.github/workflows/panvimdoc.yml vendored Normal file
View File

@@ -0,0 +1,18 @@
name: panvimdoc
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: symbols-outline
- uses: stefanzweifel/git-auto-commit-action@v4
with:
commit_message: "Auto generate docs"
branch: ${{ github.head_ref }}