diff options
| author | Adam Janovsky | 2022-04-25 16:51:02 +0200 |
|---|---|---|
| committer | Adam Janovsky | 2022-04-25 16:51:02 +0200 |
| commit | 560a36c9884494404205c028fd867896bb0ae03a (patch) | |
| tree | f9591a568b50d2c11857a10d8620c011e042c744 | |
| parent | 2ac699107479e29ca4b3f1848dfa8a2bae7e4191 (diff) | |
| download | sec-certs-560a36c9884494404205c028fd867896bb0ae03a.tar.gz sec-certs-560a36c9884494404205c028fd867896bb0ae03a.tar.zst sec-certs-560a36c9884494404205c028fd867896bb0ae03a.zip | |
install dev-requirements prior to building docs
| -rw-r--r-- | .github/workflows/docs.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 1867bfc1..3a85fdc3 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -7,6 +7,9 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v1 + - name: Install python dependencies + run: | + pip install -r requirements/dev_requirements.txt - uses: ammaraskar/sphinx-action@master with: docs-folder: "docs/" |
