chore(doc): automatic vimdoc update (#4) #6
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Vim Doc | |
on: | |
push: | |
branches: | |
- main | |
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-refactor" | |
dedupsubheadings: false | |
version: "Neovim >= 0.9.4" | |
demojify: true | |
- name: create pull request | |
uses: peter-evans/create-pull-request@v5 | |
with: | |
base: "main" | |
commit-message: "chore(doc): automatic vimdoc update" | |
title: Auto vimdoc update |