Skip to content

Commit 8983979

Browse files
committed
add github workflows - panvimdoc
1 parent 7d5c3ba commit 8983979

2 files changed

Lines changed: 26 additions & 0 deletions

File tree

.github/workflows/panvimdoc.yml

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
name: panvimdoc
2+
3+
on:
4+
push:
5+
branches: [main]
6+
paths:
7+
- README.md
8+
- .github/workflows/panvimdoc.yml
9+
10+
permissions:
11+
contents: write
12+
13+
jobs:
14+
docs:
15+
runs-on: ubuntu-latest
16+
name: pandoc to vimdoc
17+
steps:
18+
- uses: actions/checkout@v2
19+
- uses: kdheepak/panvimdoc@main
20+
with:
21+
vimdoc: ${{ github.event.repository.name }}
22+
version: "Neovim >= 0.11.0"
23+
- uses: stefanzweifel/git-auto-commit-action@v4
24+
with:
25+
commit_message: "Auto generate docs"
26+
branch: ${{ github.head_ref }}

doc/nvim-keysitter.txt

Whitespace-only changes.

0 commit comments

Comments
 (0)