We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1921682 commit 0fb5245Copy full SHA for 0fb5245
.github/workflows/docs.yml
@@ -19,6 +19,7 @@ jobs:
19
- uses: actions/setup-python@v5
20
with:
21
python-version: 3.x
22
+ - run: pip install 'mkdocstrings[python]'
23
- run: pip install zensical
24
- run: zensical build --clean
25
- uses: actions/upload-pages-artifact@v4
0 commit comments