Skip to content

Commit

Permalink
docs: Add automatic vimdoc generation from README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
cryptomilk committed Jul 15, 2023
1 parent 94f2678 commit ce4deb2
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions .github/workflows/panvimdoc.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
---
name: Create vimdoc

on: [push]

jobs:
docs:
runs-on: ubuntu-latest
name: pandoc to vimdoc
steps:
- uses: actions/checkout@v3
- name: panvimdoc
uses: kdheepak/panvimdoc@main
with:
vimdoc: focus
version: "Neovim >= 0.7.0"
demojify: true
treesitter: true
ignorerawblocks: true
- uses: stefanzweifel/git-auto-commit-action@v4
with:
commit_message: "chore(build): auto-generate vimdoc"
commit_user_name: "github-actions[bot]"
commit_user_email: "github-actions[bot]@users.noreply.github.com"
commit_author: "github-actions[bot] <github-actions[bot]@users.noreply.github.com>"
branch: ${{ github.head_ref }}
Empty file added doc/focus.txt
Empty file.

0 comments on commit ce4deb2

Please sign in to comment.