Skip to content

Commit 6768207

Browse files
authored
Update gh-pages.yml
1 parent 0a9ff19 commit 6768207

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/gh-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Prepare build environment
1818
run: |
1919
sudo apt install python3-pip python3-dev python3-setuptools
20-
sudo pip3 install -U mkdocs==1.3.0 pygments pymdown-extensions
20+
sudo pip3 install -U mkdocs==1.3.0 pygments==2.17.2 pymdown-extensions --break-system-packages
2121
2222
- name: Build the document
2323
run: mkdocs build

0 commit comments

Comments
 (0)