Преглед на файлове

use of sphinx docker image

Jérôme BUISINE преди 3 години
родител
ревизия
938c5b050b
променени са 1 файла, в които са добавени 1 реда и са изтрити 2 реда
  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