build: added panvimdoc github action
This commit is contained in:
parent
b863639ee7
commit
beb1470d8f
18
.github/workflows/panvimdoc.yml
vendored
Normal file
18
.github/workflows/panvimdoc.yml
vendored
Normal 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
0
doc/persistence.txt
Normal file
Loading…
x
Reference in New Issue
Block a user