docs build (#78)

This commit is contained in:
Jai
2023-05-14 10:18:28 -07:00
committed by GitHub
parent a55a579b7f
commit 92d810eac4
3 changed files with 12 additions and 10 deletions

View File

@@ -40,9 +40,8 @@ jobs:
python -m pip install -e .
python -m pip install -r ../docs/requirements.txt
- name: Build docs
working-directory: docs
run: |
mkdocs build
PYTHONPATH=. mkdocs build -f docs/mkdocs.yml
- name: Setup Pages
uses: actions/configure-pages@v2
- name: Upload artifact