We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dac5f6f commit 337196aCopy full SHA for 337196a
1 file changed
.github/workflows/docs.yml
@@ -13,7 +13,7 @@ jobs:
13
with:
14
python-version: '3.12'
15
16
- - run: pip install mkdocs mkdocs-material mdx_math
+ - run: pip install -r requirements.txt
17
18
- run: mkdocs build
19
0 commit comments