We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 38e02f7 commit cc559b2Copy full SHA for cc559b2
1 file changed
.github/workflows/mkdocs.yml
@@ -49,7 +49,7 @@ jobs:
49
run: |
50
python -m venv myenv
51
source myenv/bin/activate
52
- pip install mkdocs-material
+ pip install mkdocs-material 'pygments<2.20'
53
mkdocs build -d ./_site
54
55
- name: Upload artifact
0 commit comments