diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 4a5e90b..a9f267c 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -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" diff --git a/README.md b/README.md index c01d877..38b2a57 100644 --- a/README.md +++ b/README.md @@ -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)