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 8d5c382 commit 34da926Copy full SHA for 34da926
.github/workflows/Tag.yaml
@@ -96,4 +96,5 @@ jobs:
96
path: .cache
97
restore-keys: |
98
mkdocs-material-
99
- - run: mkdocs gh-deploy --force
+ - name: Deploy docs
100
+ run: poetry run mkdocs gh-deploy --force
0 commit comments