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.
2 parents 0a9ff19 + 6768207 commit 815c0f7Copy full SHA for 815c0f7
.github/workflows/gh-pages.yml
@@ -17,7 +17,7 @@ jobs:
17
- name: Prepare build environment
18
run: |
19
sudo apt install python3-pip python3-dev python3-setuptools
20
- sudo pip3 install -U mkdocs==1.3.0 pygments pymdown-extensions
+ sudo pip3 install -U mkdocs==1.3.0 pygments==2.17.2 pymdown-extensions --break-system-packages
21
22
- name: Build the document
23
run: mkdocs build
0 commit comments