build: added panvimdoc github action

This commit is contained in:
Folke Lemaitre 2022-09-05 10:01:47 +02:00
parent b863639ee7
commit beb1470d8f
No known key found for this signature in database
GPG Key ID: 41F8B1FBACAE2040
2 changed files with 18 additions and 0 deletions

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: persistence
- uses: stefanzweifel/git-auto-commit-action@v4
with:
commit_message: "Auto generate docs"
branch: ${{ github.head_ref }}

0
doc/persistence.txt Normal file
View File