浏览代码

find sphinx build path

Jérôme BUISINE 3 年之前
父节点
当前提交
bb83925526
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      .github/workflows/docs.yml

+ 1 - 0
.github/workflows/docs.yml

@@ -13,6 +13,7 @@ jobs:
         uses: actions/checkout@v2
       - run: python3 -m pip install --user -r requirements.txt
       - run: python3 -m pip install sphinx_rtd_theme
+      - run: whereis sphinx-build
       - run: export PATH=~/.local/bin/sphinx-build:$PATH
       - run: cd docs && make html
       - name: Deploy