Skip to content

Commit

Permalink
build(docs): automatically generate neovim docs
Browse files Browse the repository at this point in the history
  • Loading branch information
wassimk committed Jun 5, 2024
1 parent fd7995b commit cc617aa
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,20 @@ jobs:
token: ${{ secrets.GITHUB_TOKEN }}
version: latest
args: --color always --check lua/
docs:
name: vimdoc
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: kdheepak/panvimdoc@main
with:
vimdoc: scalpel.nvim
version: "NVIM v0.1.0"
toc: true
treesitter: true
docmappingprojectname: false
- uses: stefanzweifel/git-auto-commit-action@v4
with:
commit_message: "build(docs): auto generate vim documentation"
branch: ${{ github.head_ref }}

Empty file added doc/.gitkeep
Empty file.

0 comments on commit cc617aa

Please sign in to comment.