浏览代码

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