mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-29 20:06:25 -06:00
Add docs build to CI
This commit is contained in:
parent
a39d6674a7
commit
7667bfd902
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
@ -40,6 +40,9 @@ jobs:
|
||||
pip install pycodestyle coverage
|
||||
ln -s configuration.testing.py netbox/netbox/configuration.py
|
||||
|
||||
- name: Build documentation
|
||||
run: mkdocs build
|
||||
|
||||
- name: Collect static files
|
||||
run: python netbox/manage.py collectstatic --no-input
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user