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.
2 parents 09986d9 + 768ca4a commit 39f8739Copy full SHA for 39f8739
.github/workflows/publish-mkdocs.yml
@@ -9,6 +9,9 @@ on:
9
permissions:
10
contents: write
11
12
+env:
13
+ POETRY_VIRTUALENVS_CREATE: false
14
+
15
jobs:
16
deploy-docs:
17
runs-on: ubuntu-latest
@@ -22,5 +25,8 @@ jobs:
22
25
path: .cache
23
26
restore-keys: |
24
27
mkdocs-material-
- - run: pip install mkdocs mkdocs-material[imaging] mkdocs-plugin-inline-svg mkdocs-exclude mkdocstrings griffe griffe-inherited-docstrings
28
+ - name: Install Poetry
29
+ uses: snok/install-poetry@v1
30
+ - run: poetry --version
31
+ - run: poetry install --no-interaction --group docs
32
- run: mkdocs gh-deploy --force
0 commit comments