mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
Add check to docs CI whether Spicy docs are up to date.
This commit is contained in:
parent
21d6cf8190
commit
08d8dd51ca
1 changed files with 3 additions and 0 deletions
3
.github/workflows/generate-docs.yml
vendored
3
.github/workflows/generate-docs.yml
vendored
|
@ -84,6 +84,9 @@ jobs:
|
|||
- name: Build
|
||||
run: cd build && make -j $(nproc)
|
||||
|
||||
- name: Check Spicy docs
|
||||
run: cd doc && make check-spicy-docs
|
||||
|
||||
- name: Generate Docs
|
||||
run: |
|
||||
git config --global user.name zeek-bot
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue