Skip to content

Commit 7cca76f

Browse files
Use stable neovim version for documentation generation
1 parent b47b4d3 commit 7cca76f

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/gendoc.yml

-4
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,6 @@ jobs:
99
generate-documentation:
1010
strategy:
1111
fail-fast: false
12-
matrix:
13-
version:
14-
- nightly
1512
name: Generate Markdown Docs
1613
runs-on: ubuntu-latest
1714
steps:
@@ -34,7 +31,6 @@ jobs:
3431
id: neovim
3532
with:
3633
neovim: true
37-
version: ${{ matrix.version }}
3834

3935
- uses: luarocks/gh-actions-lua@v10
4036
with:

0 commit comments

Comments
 (0)