Skip to content

Merge branch 'main' of github.com:hedyhli/outline.nvim #138

Merge branch 'main' of github.com:hedyhli/outline.nvim

Merge branch 'main' of github.com:hedyhli/outline.nvim #138

Workflow file for this run

name: panvimdoc
on:
push:
paths:
- '**.md'
jobs:
docs:
runs-on: ubuntu-latest
name: pandoc to vimdoc
steps:
- uses: actions/checkout@v2
- name: panvimdoc
uses: kdheepak/panvimdoc@main
with:
vimdoc: outline
version: "NVIM v0.7.0"
- uses: stefanzweifel/git-auto-commit-action@v4
with:
commit_message: "chore(vimdoc): Auto update"
branch: ${{ github.head_ref }}
# Don't commit if no changes are needed
skip_dirty_check: false