Files
outline.nvim/.github/workflows/panvimdoc.yml
hedy 965a3842c8 MAJOR: Project rename and preparation for v1.0.0
I hope I haven't missed any for the renames!
2023-11-12 12:40:32 +08:00

22 lines
521 B
YAML

name: panvimdoc
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: outline
version: "NVIM v0.7.0"
- uses: stefanzweifel/git-auto-commit-action@v4
with:
commit_message: "Auto generate vim docs"
branch: ${{ github.head_ref }}
# Don't commit if no changes are needed
skip_dirty_check: false