Skip to content

Commit 0adf7a2

Browse files
ci: add mkdocs-click to docs workflow dependencies
1 parent 49efcd9 commit 0adf7a2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,5 @@ jobs:
1919
- uses: actions/setup-python@v6
2020
with:
2121
python-version: '3.12'
22-
- run: pip install mkdocs-material
22+
- run: pip install mkdocs-material mkdocs-click
2323
- run: mkdocs gh-deploy --force

0 commit comments

Comments
 (0)