Parcourir la source

use of classical sphinx command

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

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

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