Skip to content

Commit

Permalink
docs: add vimdoc workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
scottmckendry committed Dec 28, 2023
1 parent 2988070 commit a994af5
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/vimdoc.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: Generate VimDoc
on:
push:

jobs:
generate-doc:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: git pull
- name: panvimdoc
uses: kdheepak/panvimdoc@main
with:
vimdoc: cyberdream.nvim
version: "Neovim >= 0.9.0"
demojify: true
treesitter: true
- name: Push changes
uses: stefanzweifel/git-auto-commit-action@v4
with:
commit_message: "chore: auto-generate vimdoc"
Empty file added doc/cyberdream.nvim.txt
Empty file.

0 comments on commit a994af5

Please sign in to comment.