* Incorporate local documentation build in upgrade script * Add docs build to CI * Include docs build path in revision control * Update footer dcos link * Changelog for #6328 * Clean up errant links
This commit is contained in:
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
|
||||
|
||||
|
Reference in New Issue
Block a user