Skip to content
This repository was archived by the owner on Jun 9, 2025. It is now read-only.

Commit e174593

Browse files
Add missing dependency (#25)
1 parent d934756 commit e174593

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/documentation.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ jobs:
1616
git config user.email 41898282+github-actions[bot]@users.noreply.github.com
1717
- uses: actions/setup-python@v5
1818
with:
19-
python-version: 3.x
19+
python-version: 3.12
2020
- run: echo "cache_id=$(date --utc '+%V')" >> $GITHUB_ENV
2121
- uses: actions/cache@v4
2222
with:
2323
key: mkdocs-material-${{ env.cache_id }}
2424
path: .cache
2525
restore-keys: |
2626
mkdocs-material-
27-
- run: pip install mkdocs-material
27+
- run: pip install mkdocs-material mkdocstrings
2828
- run: mkdocs gh-deploy --force

0 commit comments

Comments
 (0)