Skip to content

Commit

Permalink
Update gh-pages.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
vivian1912 authored Oct 13, 2024
1 parent 0a9ff19 commit 6768207
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Prepare build environment
run: |
sudo apt install python3-pip python3-dev python3-setuptools
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
- name: Build the document
run: mkdocs build
Expand Down

0 comments on commit 6768207

Please sign in to comment.