Skip to content

fix: Try to fix demo video link #77

fix: Try to fix demo video link

fix: Try to fix demo video link #77

Workflow file for this run

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