Skip to content

Commit 5cf52ea

Browse files
authored
to avoid AttributeError: 'NoneType' object has no attribute 'replace'
see github issue here: pygments/pygments#3076
1 parent fe14388 commit 5cf52ea

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Install dependencies
2525
run: |
2626
python -m pip install --upgrade pip
27-
pip install mkdocs==1.4.2 jinja2==3.1.2 "Markdown<3.4.0" mkdocs-material==8.5.10
27+
pip install mkdocs==1.4.2 jinja2==3.1.2 "Markdown<3.4.0" mkdocs-material==8.5.10 pygments==2.19.2
2828
- name: Deploy
2929
run: |
3030
git pull

0 commit comments

Comments
 (0)