Skip to content
This repository has been archived by the owner on Aug 18, 2023. It is now read-only.

Update README.md

Update README.md #69

Workflow file for this run

name: vimdoc
on:
push:
branches:
- main
jobs:
vimdocgen:
runs-on: [ubuntu-latest]
steps:
- uses: actions/checkout@v2
- name: panvimdoc
uses: kdheepak/panvimdoc@main
with:
vimdoc: tabline
- uses: stefanzweifel/git-auto-commit-action@v4
with:
commit_message: "Auto generate docs"
branch: ${{ github.head_ref }}