Skip to content

Commit 0cc95ce

Browse files
committed
⬆️ Update dependencies for mkdocstrings and mkdocs-material to latest versions
1 parent 7e88996 commit 0cc95ce

File tree

3 files changed

+45
-124
lines changed

3 files changed

+45
-124
lines changed

.github/workflows/deploy-mkdocs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,12 @@ jobs:
3030
uses: actions/cache@v3
3131
with:
3232
path: ~/.cache/pypoetry/virtualenvs
33-
key: ${{ runner.os }}-poetry-${{ hashFiles('poetry.lock') }}-python-3.8
33+
key: ${{ runner.os }}-poetry-${{ hashFiles('poetry.lock') }}-python-3.10
3434

3535
- run: poetry --version
3636

3737
- name: Install dependencies
38-
run: poetry install
38+
run: poetry install --all-extras
3939

4040
- name: fetch from gh-pages
4141
run: git fetch origin gh-pages --depth=1

0 commit comments

Comments
 (0)