Parcourir la source

use of pip for sphinx install

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

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

@@ -7,10 +7,13 @@ on:
 
 jobs:
   build-test-deploy:
-    runs-on: sphinxdoc/sphinx
+    runs-on: ubuntu-latest
     steps:
       - name: Checkout
         uses: actions/checkout@v2
+      - run: |
+          python -m pip install --upgrade pip
+          pip install -U sphinx
       - run: cd docs && make html
       - name: Deploy
         uses: crazy-max/ghaction-github-pages@v1