-
Notifications
You must be signed in to change notification settings - Fork 10
32 lines (30 loc) · 924 Bytes
/
docs.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
name: Docs
on:
push:
branches:
- main
- dev
workflow_dispatch:
jobs:
docs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: panvimdoc
uses: kdheepak/panvimdoc@main
with:
vimdoc: smear-cursor
version: "NVIM v0.10.2"
description: "Neovim plugin to animate the cursor with a smear effect"
demojify: true
treesitter: true
shiftheadinglevelby: -1
- name: Create Pull Request
uses: peter-evans/create-pull-request@v7
with:
commit-message: "chore(build): auto-generate vimdoc"
branch: "docs-auto-generate"
title: "docs: auto-generate vimdoc"
body: "This pull request contains auto-generated Vim documentation."
labels: "documentation"
author: "github-actions[bot] <github-actions[bot]@users.noreply.github.com>"