Skip to content

chore: update panvimdoc workflow #3

chore: update panvimdoc workflow

chore: update panvimdoc workflow #3

Workflow file for this run

name: panvimdoc
on:
push:
branches:
- '**'
paths:
- README.md
- .github/workflows/panvimdoc.yml
workflow_dispatch:
jobs:
vimdoc:
runs-on: ubuntu-latest
name: generate vimdoc
steps:
- uses: actions/checkout@v2
- name: panvimdoc
uses: kdheepak/[email protected]
with:
vimdoc: hardtime.nvim
pandoc: "README.md"
version: "NVIM v0.7+"
toc: true
demojify: true
dedupsubheadings: false
treesitter: true
- uses: stefanzweifel/git-auto-commit-action@v4
with:
branch: ${{ github.head_ref }}
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>"
file_pattern: doc/*.txt