Skip to content

ci: ignore panvimdoc f., rm unneeded selene config #22

ci: ignore panvimdoc f., rm unneeded selene config

ci: ignore panvimdoc f., rm unneeded selene config #22

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: dr-lsp
toc: true
demojify: true
treesitter: true
- uses: stefanzweifel/git-auto-commit-action@v4
with:
commit_message: "chore: Auto generate docs"
branch: ${{ github.head_ref }}