Skip to content

Commit

Permalink
fix: add markdown-include package to workflow and poetry
Browse files Browse the repository at this point in the history
  • Loading branch information
gvauter committed Sep 3, 2024
1 parent 6334c1f commit b3b7dbd
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ jobs:
with:
key: ${{ github.ref }}
path: .cache
- run: pip install mkdocs-material
- run: pip install mkdocs-material markdown-include
- run: mkdocs gh-deploy --force
19 changes: 18 additions & 1 deletion poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ safety = "^3.1.0"
flake8-print = "^5.0.0"
pre-commit = "^3.4.0"
mkdocs-material = "^9.5.31"
markdown-include = "^0.8.1"

[tool.poetry.group.tests.dependencies]
pytest = "^8.3.2"
Expand Down

0 comments on commit b3b7dbd

Please sign in to comment.