mirror of
https://github.com/neovim/neovim
synced 2025-07-16 01:01:49 +00:00
docs(generators): bake into cmake
This commit is contained in:
committed by
Lewis Russell
parent
21152f7905
commit
2234b84a1b
6
.github/workflows/api-docs.yml
vendored
6
.github/workflows/api-docs.yml
vendored
@ -26,14 +26,10 @@ jobs:
|
||||
./.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: |
|
||||
python3 scripts/gen_vimdoc.py
|
||||
make doc
|
||||
printf 'UPDATED_DOCS=%s\n' $([ -z "$(git diff)" ]; echo $?) >> $GITHUB_OUTPUT
|
||||
|
||||
- name: FAIL, PR has not committed doc changes
|
||||
|
Reference in New Issue
Block a user