From 7667bfd90249faa69c61c4870ee16aa9a53669cd Mon Sep 17 00:00:00 2001 From: jeremystretch Date: Mon, 19 Jul 2021 13:39:49 -0400 Subject: [PATCH] Add docs build to CI --- .github/workflows/ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 40c32ce3e..a8e62642e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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