Skip to content

Commit addd2d0

Browse files
committed
Added markdown-include to dependencies
1 parent b61fdd6 commit addd2d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ jobs:
1313
- uses: actions/setup-python@v2
1414
with:
1515
python-version: 3.x
16-
- run: pip install mkdocs-material
16+
- run: pip install mkdocs-material markdown-include
1717
- run: sed -i '/<!-- MKDOCS IGNORE -->/,/<!-- MKDOCS IGNORE -->/d' README.md
1818
- run: mkdocs gh-deploy --force

0 commit comments

Comments
 (0)