diff --git a/.github/workflows/_build_doc.yaml b/.github/workflows/_build_doc.yaml index ed76948c..e1b428f5 100644 --- a/.github/workflows/_build_doc.yaml +++ b/.github/workflows/_build_doc.yaml @@ -32,7 +32,7 @@ jobs: - name: Install dependencies run: | python -m pip install --upgrade pip - python -m pip install -r docs/requirements.txt + python -m pip install -r doc/requirements.txt - name: Build the documentation - run: cd docs && make html + run: cd doc && make html