瀏覽代碼

update path

Jérôme BUISINE 3 年之前
父節點
當前提交
25ef77aee1
共有 1 個文件被更改,包括 2 次插入1 次删除
  1. 2 1
      .github/workflows/docs.yml

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

@@ -11,8 +11,9 @@ jobs:
     steps:
       - name: Checkout
         uses: actions/checkout@v2
-      - run: python3 -m pip install -r requirements.txt
+      - run: python3 -m pip install --user -r requirements.txt
       - run: python3 -m pip install sphinx_rtd_theme
+      - run: export PATH=~/.local/bin/sphinx-build:$PATH
       - run: cd docs && make html
       - name: Deploy
         uses: crazy-max/ghaction-github-pages@v1