Skip to content

Commit

Permalink
install mkdocs deps from docs/requirements.txt file
Browse files Browse the repository at this point in the history
instead of having to keep the listed deps in sync across different repos
  • Loading branch information
2bndy5 committed Feb 28, 2024
1 parent 3013bc5 commit 9166eb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
with:
python-version: 3.x
- name: Install dependencies
run: pip install mkdocs mkdocs-include-markdown-plugin mkdocs-material
run: pip install -r docs/requirements.txt
- name: check mkdocs build
if: github.ref != 'refs/heads/main'
run: mkdocs build
Expand Down

0 comments on commit 9166eb0

Please sign in to comment.