[DOCS] Fixing docs (#2221)

This commit is contained in:
Zahi Moudallal
2023-08-31 11:47:57 -07:00
committed by GitHub
parent f922ecbc29
commit bffb76e847

View File

@@ -34,7 +34,7 @@ jobs:
run: |
cd docs
export PATH=$(python3 -c "import cmake; print(cmake.CMAKE_BIN_DIR)"):$PATH
sphinx-build . _build/html/
python3 -m sphinx . _build/html/main
- name: Update docs
run: |