diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index c4ab5e5..53e9ae0 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -2,8 +2,13 @@ on: push: branches: - main + name: docs +permissions: + pull-requests: write + contents: write + jobs: docs: runs-on: ubuntu-latest @@ -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 @@ -22,3 +27,4 @@ jobs: uses: peter-evans/create-pull-request@v5 with: base: "main" + commit-message: "chore(doc): automated vimdoc update" diff --git a/doc/nvim-java.txt b/doc/nvim-java.txt new file mode 100644 index 0000000..e69de29