-
-
Notifications
You must be signed in to change notification settings - Fork 83
34 lines (29 loc) · 690 Bytes
/
docs.yml
File metadata and controls
34 lines (29 loc) · 690 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
name: Vim Doc
on:
push:
branches:
- main
paths:
- README.md
- .github/workflows/panvimdoc.yml
permissions:
pull-requests: write
contents: write
jobs:
docs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: panvimdoc
uses: kdheepak/panvimdoc@main
with:
vimdoc: "nvim-java"
dedupsubheadings: false
version: "Neovim >= 0.11.5"
demojify: true
- name: create pull request
uses: peter-evans/create-pull-request@v6
with:
base: "main"
commit-message: "chore(doc): automatic vimdoc update"
title: Auto vimdoc update