mirror of
https://github.com/folke/persistence.nvim.git
synced 2025-08-16 23:41:08 +02:00
build: added panvimdoc github action
This commit is contained in:
parent
b863639ee7
commit
beb1470d8f
2 changed files with 18 additions and 0 deletions
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…
Add table
Add a link
Reference in a new issue