diff options
| author | dundargoc <gocdundar@gmail.com> | 2025-01-21 14:35:04 +0100 |
|---|---|---|
| committer | dundargoc <33953936+dundargoc@users.noreply.github.com> | 2025-01-21 15:45:44 +0100 |
| commit | d9fbdafd80350b38c15521e11e66936032ed90d1 (patch) | |
| tree | d9eda9584e81d9e853349032b571892d6ab89010 /.github | |
| parent | ci: use the head ref when checking out (diff) | |
| download | nvim-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.yml | 2 |
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: | |
