Skip to content

feat!: initial commit #1

feat!: initial commit

feat!: initial commit #1

Workflow file for this run

# yaml-language-server: $schema=https://json.schemastore.org/github-workflow.json
name: "Generate Documentation"
on:
pull_request:
branches:
- "main"
paths:
- "README.md"
jobs:
docs:
runs-on: ubuntu-latest
if: github.ref == 'refs/heads/main'
permissions:
contents: write
steps:
- uses: actions/checkout@v3
- name: Auto-generate vimdoc
uses: kdheepak/panvimdoc@main
with:
vimdoc: telescope-scriptnames.nvim
- name: Update vimdoc
uses: stefanzweifel/git-auto-commit-action@v4
with:
commit_message: "chore(build): 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>"