Skip to content

Commit

Permalink
Install doc dependencies from doc-requirements.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
alexdewar committed Aug 8, 2024
1 parent 43b09d5 commit 43a7981
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion {{ cookiecutter.project_slug }}/.github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
python-version: '3.12'
cache: pip
- name: Install dependencies
run: pip install .[doc]
run: pip install -r doc-requirements.txt
- name: Build docs with MkDocs
run: mkdocs build --strict
{%- endif %}
Expand Down

0 comments on commit 43a7981

Please sign in to comment.