Parcourir la source

find sphinx build path

Jérôme BUISINE il y a 3 ans
Parent
commit
bb83925526
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  1. 1 0
      .github/workflows/docs.yml

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

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