Skip to content

chore: bump to v0.5 #13

chore: bump to v0.5

chore: bump to v0.5 #13

Workflow file for this run

name: vimdoc
on:
push:
branches:
- main
paths:
- "README.md"
workflow_dispatch:
jobs:
vimdocgen:
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }}
runs-on: [ubuntu-latest]
steps:
- uses: actions/checkout@v2
- name: panvimdoc
uses: kdheepak/panvimdoc@main
with:
vimdoc: silicon
- uses: stefanzweifel/git-auto-commit-action@v4
with:
commit_message: 'chore(docs): auto generate vimdoc'
commit_user_name: "github-actions[bot]"
commit_user_email: "github-actions[bot]@users.noreply.github.com"
commit_author: "github-actions[bot] <github-actions[bot]@users.noreply.github.com>"