Skip to content

Commit 1b319db

Browse files
MuntasirSZNAntoineGS
authored andcommitted
ci: use copilot as project name and disable toc
1 parent 353853c commit 1b319db

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

.github/workflows/vimdocgen.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,16 @@ jobs:
1616
- uses: actions/checkout@v4
1717
- uses: kdheepak/panvimdoc@main
1818
with:
19-
vimdoc: copilot.lua # Output vimdoc project name (required)
20-
version: "NVIM v0.11.0" # Vim version number
21-
description: "Fully featured & enhanced replacement for copilot.vim complete with API for interacting with Github Copilot" # Project description used in title (if empty, uses neovim version and current date)
22-
titledatepattern: "%d %B, %Y" # Pattern for the date that used in the title
19+
vimdoc: "copilot"
20+
version: "NVIM v0.11.0"
21+
description: "Fully featured & enhanced replacement for copilot.vim complete with API for interacting with Github Copilot"
22+
titledatepattern: "%d %B, %Y"
23+
toc: false
2324
- name: Create Pull Request
2425
uses: peter-evans/create-pull-request@v7
2526
with:
2627
add-paths: |
27-
doc/*
28+
doc/*
2829
author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2930
base: master
3031
branch: create-pull-request/autogenerate-vimdoc

0 commit comments

Comments
 (0)