Skip to content

Commit 9c67a48

Browse files
authored
Merge branch 'doocs:main' into main
2 parents f297611 + a0960c4 commit 9c67a48

File tree

33 files changed

+24953
-24641
lines changed

33 files changed

+24953
-24641
lines changed

.github/workflows/deploy.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,8 @@ jobs:
4545
run: |
4646
python3 -m pip install --upgrade pip
4747
python3 -m pip install -r requirements.txt
48+
python3 -m pip install "mkdocs-material[imaging]"
49+
sudo apt-get install pngquant
4850
4951
- run: |
5052
python3 main.py
@@ -71,4 +73,4 @@ jobs:
7173
gitee-username: yanglbme
7274
gitee-password: ${{ secrets.GITEE_PASSWORD }}
7375
gitee-repo: doocs/leetcode
74-
branch: gh-pages
76+
branch: gh-pages

0 commit comments

Comments
 (0)