Skip to content
This repository has been archived by the owner on Feb 8, 2024. It is now read-only.

ci: prepare github workflows #1

ci: prepare github workflows

ci: prepare github workflows #1

Workflow file for this run

name: Help
on: [push]
jobs:
generate:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: kdheepak/panvimdoc@main
with:
vimdoc: srcerite
toc: false
shiftheadinglevelby: -1
- uses: stefanzweifel/git-auto-commit-action@v5
with:
commit_message: "docs(vim): auto generate help"
branch: ${{ github.head_ref }}