Skip to content

Commit

Permalink
Merge pull request #170 from vivian1912/master
Browse files Browse the repository at this point in the history
Update gh-pages.yml
  • Loading branch information
ethan1844 authored Oct 13, 2024
2 parents 681618c + 8a42eae commit 5aaf3ae
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 --break-system-packages
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 5aaf3ae

Please sign in to comment.