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
8 changes: 7 additions & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,13 @@ on:
push:
branches:
- main

name: docs

permissions:
pull-requests: write
contents: write

jobs:
docs:
runs-on: ubuntu-latest
Expand All @@ -13,7 +18,7 @@ jobs:
- name: panvimdoc
uses: kdheepak/panvimdoc@main
with:
vimdoc: "nvim-java-core"
vimdoc: "nvim-java"
dedupsubheadings: false
version: "Neovim >= 0.9.4"
demojify: true
Expand All @@ -22,3 +27,4 @@ jobs:
uses: peter-evans/create-pull-request@v5
with:
base: "main"
commit-message: "chore(doc): automated vimdoc update"
Empty file added doc/nvim-java.txt
Empty file.