Skip to content

feat: Run dark background extraction before light #77

feat: Run dark background extraction before light

feat: Run dark background extraction before light #77

Workflow file for this run

name: Generate vimdoc
on: [push]
jobs:
docs:
runs-on: ubuntu-latest
name: README to vimdoc
steps:
- uses: actions/checkout@v2
- uses: kdheepak/panvimdoc@main
with:
vimdoc: extractor.nvim
- uses: stefanzweifel/git-auto-commit-action@v4
with:
commit_message: "docs: Generate doc/extractor.nvim.txt"
branch: ${{ github.head_ref }}