Skip to content

Commit 3f4d15f

Browse files
Merge branch 'doocs:main' into main
2 parents 13c0dea + e2b21d8 commit 3f4d15f

File tree

166 files changed

+33698
-27608
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

166 files changed

+33698
-27608
lines changed

.github/workflows/deploy.yml

+9-2
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,13 @@ jobs:
2828
git config user.name github-actions[bot]
2929
git config user.email 41898282+github-actions[bot]@users.noreply.github.com
3030
31-
- uses: actions/setup-python@v4
31+
- uses: actions/setup-python@v5
3232
with:
3333
python-version: 3.x
3434

3535
- run: echo "cache_id=$(date --utc '+%V')" >> $GITHUB_ENV
3636

37-
- uses: actions/cache@v3
37+
- uses: actions/cache@v4
3838
with:
3939
key: mkdocs-material-${{ env.cache_id }}
4040
path: .cache
@@ -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
@@ -57,6 +59,11 @@ jobs:
5759
github_token: ${{ secrets.GITHUB_TOKEN }}
5860
publish_dir: ./site
5961

62+
sync:
63+
runs-on: ubuntu-latest
64+
needs: deploy
65+
if: github.repository == 'doocs/leetcode'
66+
steps:
6067
- name: Sync to gitee.com
6168
uses: wearerequired/git-mirror-action@master
6269
env:

.github/workflows/prettier.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
ref: ${{ github.head_ref }}
1818
fetch-depth: 0
1919
- name: Set up Node.js
20-
uses: actions/setup-node@v3
20+
uses: actions/setup-node@v4
2121
with:
2222
node-version: 18
2323
- name: Install Dependencies

0 commit comments

Comments
 (0)