Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 11 additions & 5 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,22 +2,28 @@ on:
push:
branches:
- main

name: docs

permissions:
pull-requests: write
contents: write

jobs:
docs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: panvimdoc
uses: kdheepak/panvimdoc@main
with:
vimdoc: my-template-docs
version: "Neovim >= 0.8.0"
vimdoc: "nvim-java-core"
dedupsubheadings: false
version: "Neovim >= 0.9.4"
demojify: true
treesitter: true

- name: Create Pull Request
uses: peter-evans/create-pull-request@v5
with:
commit-message: "chore(doc): auto-generate vimdoc"
base: "main"
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# :construction: nvim-java (WIP)
# nvim-java-core

![Neovim](https://img.shields.io/badge/NeoVim-%2357A143.svg?&style=for-the-badge&logo=neovim&logoColor=white)
![Lua](https://img.shields.io/badge/lua-%232C2D72.svg?style=for-the-badge&logo=lua&logoColor=white)
Expand Down