We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d934756 commit e174593Copy full SHA for e174593
.github/workflows/documentation.yml
@@ -16,13 +16,13 @@ jobs:
16
git config user.email 41898282+github-actions[bot]@users.noreply.github.com
17
- uses: actions/setup-python@v5
18
with:
19
- python-version: 3.x
+ python-version: 3.12
20
- run: echo "cache_id=$(date --utc '+%V')" >> $GITHUB_ENV
21
- uses: actions/cache@v4
22
23
key: mkdocs-material-${{ env.cache_id }}
24
path: .cache
25
restore-keys: |
26
mkdocs-material-
27
- - run: pip install mkdocs-material
+ - run: pip install mkdocs-material mkdocstrings
28
- run: mkdocs gh-deploy --force
0 commit comments