aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorAdam Janovsky2022-04-25 16:55:52 +0200
committerAdam Janovsky2022-04-25 16:55:52 +0200
commitd08be28f3c2f91df3e690a4cfb730062b289c549 (patch)
tree1384cb486deb2cd07dfe3d663e8cb6bd59020e7b
parent560a36c9884494404205c028fd867896bb0ae03a (diff)
downloadsec-certs-d08be28f3c2f91df3e690a4cfb730062b289c549.tar.gz
sec-certs-d08be28f3c2f91df3e690a4cfb730062b289c549.tar.zst
sec-certs-d08be28f3c2f91df3e690a4cfb730062b289c549.zip
fix dev_requirements install docs
-rw-r--r--.github/workflows/docs.yml4
1 files changed, 1 insertions, 3 deletions
diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml
index 3a85fdc3..4971a49d 100644
--- a/.github/workflows/docs.yml
+++ b/.github/workflows/docs.yml
@@ -7,9 +7,7 @@ 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:
+ pre-build-command: python -m pip install -r requirements/dev_requirements.txt
docs-folder: "docs/"