mirror of
https://github.com/neovim/neovim
synced 2025-07-16 01:01:49 +00:00
feat(lua-types): types for vim.api.* (#24523)
This commit is contained in:
5
.github/workflows/api-docs.yml
vendored
5
.github/workflows/api-docs.yml
vendored
@ -23,8 +23,13 @@ jobs:
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
sudo apt-get update
|
||||
./.github/scripts/install_deps.sh
|
||||
sudo env DEBIAN_FRONTEND=noninteractive apt-get install -y doxygen python3 python3-msgpack
|
||||
|
||||
- name: Build metadata
|
||||
run: |
|
||||
make api-metadata
|
||||
|
||||
- name: Generate docs
|
||||
id: docs
|
||||
run: |
|
||||
|
Reference in New Issue
Block a user