diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index 1d0be4ad..2e853c9c 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -34,7 +34,7 @@ jobs: Jinja2 \ ruamel.yaml && \ pip install git+https://github.com/JakubAndrysek/mkdoxy && \ - pip install docs/requirements.txt + pip install -r docs/requirements.txt - run: mkdocs build --site-dir _site - run: touch _site/.nojekyll - run: |