Skip to content

ci(panvimdoc): clean up output a bit #18

ci(panvimdoc): clean up output a bit

ci(panvimdoc): clean up output a bit #18

Workflow file for this run

name: panvimdoc
on:
push:
paths: ["**.md"]
permissions:
contents: write
jobs:
docs:
runs-on: ubuntu-latest
name: README to vimdoc
steps:
- uses: actions/checkout@v4
- uses: kdheepak/[email protected]
with:
vimdoc: "auto-dark-mode"
version: "NVIM v0.7.0 -> v0.10.4"
description: "Plugin that automatically changes the editor appearance based on system settings."
demojify: true
- uses: stefanzweifel/git-auto-commit-action@v4
with:
commit_message: "docs: auto-generate vimdoc"
commit_author: "github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>"
branch: ${{ github.head_ref }}