Skip to content

refactor: linting and add some comments #129

refactor: linting and add some comments

refactor: linting and add some comments #129

Workflow file for this run

name: panvimdoc
# yamllint disable rule:truthy
on: [push]
jobs:
docs:
runs-on: ubuntu-latest
name: pandoc to vimdoc
steps:
- uses: actions/checkout@v2
- name: panvimdoc
uses: kdheepak/panvimdoc@main
with:
vimdoc: spider
toc: true
treesitter: true
demojify: true
- uses: stefanzweifel/git-auto-commit-action@v4
with:
commit_message: "chore: Auto generate docs"
branch: ${{ github.head_ref }}