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 bad5382 commit 36c1d75Copy full SHA for 36c1d75
.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==2.17.2 pymdown-extensions --break-system-packages
+ sudo pip3 install -U mkdocs==1.3.0 pygments==2.17.2 pymdown-extensions
21
22
- name: Build the document
23
run: mkdocs build
0 commit comments