diff options
| author | J08nY | 2024-06-17 14:02:55 +0200 |
|---|---|---|
| committer | J08nY | 2024-06-17 14:02:55 +0200 |
| commit | b12d867c0dbb63b38939c4da89bd367abc0cb27a (patch) | |
| tree | 99f62d1d3559ace8a2fd4a15fb755a71e7baf5b0 /.github | |
| parent | f15b962f4c7b7c2f32ca270efafcfd81c0a54e02 (diff) | |
| download | pyecsca-b12d867c0dbb63b38939c4da89bd367abc0cb27a.tar.gz pyecsca-b12d867c0dbb63b38939c4da89bd367abc0cb27a.tar.zst pyecsca-b12d867c0dbb63b38939c4da89bd367abc0cb27a.zip | |
Diffstat (limited to '.github')
| -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/ |
