Skip to content

Commit f4e0658

Browse files
committed
ci: missing mkdocs-material dependency
1 parent 90ec73b commit f4e0658

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/bumpversion.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ jobs:
2323
python-version: ${{ matrix.python-version }}
2424
- name: Install dependencies
2525
run: |
26-
python --version
2726
python --version
2827
python -m pip install -U commitizen
2928
- name: Configure repo

.github/workflows/pythonpublish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
python-version: '3.x'
1717
- name: Install dependencies
1818
run: |
19-
python -m pip install --pre -U poetry mkdocs
19+
python -m pip install --pre -U poetry mkdocs mkdocs-material
2020
poetry --version
2121
poetry install
2222
- name: Build and publish

0 commit comments

Comments
 (0)