Explorar el Código

use of classical sphinx command

Jérôme BUISINE hace 3 años
padre
commit
eda63064dd
Se han modificado 1 ficheros con 3 adiciones y 2 borrados
  1. 3 2
      .github/workflows/docs.yml

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

@@ -11,9 +11,10 @@ jobs:
     steps:
     steps:
       - name: Checkout
       - name: Checkout
         uses: actions/checkout@v2
         uses: actions/checkout@v2
-      - run: bash build.sh
+      - run: apt-get install python3-sphinx
+      - run: cd docs && make html
       - name: Deploy
       - name: Deploy
         uses: crazy-max/ghaction-github-pages@v1
         uses: crazy-max/ghaction-github-pages@v1
         with:
         with:
           target_branch: gh-pages
           target_branch: gh-pages
-          build_dir: docs/build
+          build_dir: build