Skip to content

docs: Add thumbs-up symbols #310

docs: Add thumbs-up symbols

docs: Add thumbs-up symbols #310

Workflow file for this run

---
name: panvimdoc
on: [push]
jobs:
docs:
runs-on: ubuntu-latest
name: pandoc to vimdoc
steps:
- uses: actions/checkout@v4
- name: readme
uses: kdheepak/panvimdoc@main
with:
vimdoc: debugprint.nvim
version: "NVIM"
titledatepattern: "%Y-%m-%d"
shiftheadinglevelby: -1
dedupsubheadings: false
- uses: stefanzweifel/git-auto-commit-action@v5
with:
commit_message: "chore: Auto generate Vim docs"
branch: ${{ github.head_ref }}
file_pattern: "doc/*"