Fix: build and deploy docs. (#575)

* Fix: build and deploy docs.

Signed-off-by: dblock <[email protected]>

* Run nox -rs generate.

Signed-off-by: dblock <[email protected]>

---------

Signed-off-by: dblock <[email protected]>
This commit is contained in:
Daniel (dB.) Doubrovkine
2023-11-11 14:28:43 -08:00
committed by GitHub
parent f1d02376e4
commit f410e81d80
8 changed files with 12 additions and 37 deletions
-19
View File
@@ -52,22 +52,3 @@ jobs:
- name: Check with Twine
working-directory: dist
run: twine check *
test-docs-build:
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v3
- name: Set up Python 3.7
uses: actions/setup-python@v4
with:
python-version: 3.7
- name: Install dependencies
run: |
python -m pip install --upgrade pip
- name: Check if Sphinx docs are built
run: |
pip install -e .[docs]
cd docs
make html