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 3d972c7 commit 5fb889cCopy full SHA for 5fb889c
.github/workflows/mkdocs-build.yml
@@ -24,6 +24,7 @@ jobs:
24
- name: Publish docs
25
run: |
26
pip install --upgrade pip && pip install setuptools mkdocs
27
+ pip install markdown==3.2.0
28
python mkdocs/mkdocs-config/setup.py develop
29
git config user.name 'github-actions[bot]' && git config user.email 'github-actions[bot]@users.noreply.github.com'
30
cd mkdocs
0 commit comments