diff options
| author | J08nY | 2024-06-17 13:47:10 +0200 |
|---|---|---|
| committer | J08nY | 2024-06-17 13:47:10 +0200 |
| commit | 69787696e841a834d42e5c9994e7479e8626b686 (patch) | |
| tree | 9365f552620b240ac0ef3789c21e3bd485058cee /.github | |
| parent | b9824d8471a341ed6add82758887c12d9c2991d6 (diff) | |
| download | pyecsca-69787696e841a834d42e5c9994e7479e8626b686.tar.gz pyecsca-69787696e841a834d42e5c9994e7479e8626b686.tar.zst pyecsca-69787696e841a834d42e5c9994e7479e8626b686.zip | |
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/docs.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 12a3c96..71ecb72 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -27,6 +27,10 @@ jobs: - uses: actions/checkout@v4 with: submodules: true + - uses: actions/checkout@v4 + with: + repository: J08nY/pyecsca-codegen + submodules: true - uses: actions/cache@v4 with: path: ~/.cache/pip |
