diff options
| -rw-r--r-- | .github/workflows/docs.yml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index ce6d419..d34a50e 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -61,9 +61,10 @@ jobs: run: | pip install -e ".[picoscope_sdk, picoscope_alt, chipwhisperer, smartcard, gmp, leia, test, dev, doc]" - name: Build docs - working-directory: pyecsca + working-directory: pyecsca/docs run: | - make docs + make apidoc + make html - uses: actions/upload-pages-artifact@v3.0.1 with: path: pyecsca/docs/_build/html/ |
