[DOCS] changed build command

This commit is contained in:
Philippe Tillet
2022-02-08 11:45:21 -08:00
parent 077d6c8ff0
commit 2fdf0a4fe8

View File

@@ -30,7 +30,7 @@ jobs:
- name: Build docs
run: |
cd docs
make html
sphinx-multiversion . _build/html/
- name: Publish docs
run: |