Skip to content

fix: timeout must be >= 0 for vim.wait #40

fix: timeout must be >= 0 for vim.wait

fix: timeout must be >= 0 for vim.wait #40

Workflow file for this run

name: panvimdoc
on:
push:
branches: [ "main" ]
workflow_dispatch:
jobs:
docs:
runs-on: ubuntu-latest
name: pandoc to vimdoc
steps:
- uses: actions/checkout@v2
- uses: kdheepak/panvimdoc@main
with:
vimdoc: flatten.nvim
version: "NVIM v0.10.0"
toc: true
demojify: true
treesitter: true
- uses: stefanzweifel/git-auto-commit-action@v4
with:
commit_message: "chore(docs): autogenerate vimdoc"
branch: ${{ github.head_ref }}