Browse Source

use of sphinx docker image

Jérôme BUISINE 3 years ago
parent
commit
938c5b050b
1 changed files with 1 additions and 2 deletions
  1. 1 2
      .github/workflows/docs.yml

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

@@ -7,11 +7,10 @@ on:
 
 jobs:
   build-test-deploy:
-    runs-on: ubuntu-latest
+    runs-on: sphinxdoc/sphinx
     steps:
       - name: Checkout
         uses: actions/checkout@v2
-      - run: apt-get install python3-sphinx
       - run: cd docs && make html
       - name: Deploy
         uses: crazy-max/ghaction-github-pages@v1