aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authordundargoc <gocdundar@gmail.com>2025-01-21 14:35:04 +0100
committerdundargoc <33953936+dundargoc@users.noreply.github.com>2025-01-21 15:45:44 +0100
commitd9fbdafd80350b38c15521e11e66936032ed90d1 (patch)
treed9eda9584e81d9e853349032b571892d6ab89010 /.github
parentci: use the head ref when checking out (diff)
downloadnvim-lspconfig-d9fbdafd80350b38c15521e11e66936032ed90d1.tar
nvim-lspconfig-d9fbdafd80350b38c15521e11e66936032ed90d1.tar.gz
nvim-lspconfig-d9fbdafd80350b38c15521e11e66936032ed90d1.tar.bz2
nvim-lspconfig-d9fbdafd80350b38c15521e11e66936032ed90d1.tar.lz
nvim-lspconfig-d9fbdafd80350b38c15521e11e66936032ed90d1.tar.xz
nvim-lspconfig-d9fbdafd80350b38c15521e11e66936032ed90d1.tar.zst
nvim-lspconfig-d9fbdafd80350b38c15521e11e66936032ed90d1.zip
build: remove `docgen.sh`
Instead, generate documentation by running the `docgen.lua` executable.
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/docgen.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/docgen.yml b/.github/workflows/docgen.yml
index 751837d0..be5c02c4 100644
--- a/.github/workflows/docgen.yml
+++ b/.github/workflows/docgen.yml
@@ -18,7 +18,7 @@ jobs:
version: nightly
- name: Run docgen
run: |
- scripts/docgen.sh
+ scripts/docgen.lua
- name: Commit changes
env:
COMMIT_MSG: |