Skip to content

Commit c26dddb

Browse files
Merge branch 'main' into main
2 parents cb36982 + 783f39b commit c26dddb

File tree

224 files changed

+49718
-44482
lines changed

Some content is hidden

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

224 files changed

+49718
-44482
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ jobs:
7373
with:
7474
github_token: ${{ secrets.GITHUB_TOKEN }}
7575
publish_dir: ./site
76+
cname: leetcode.doocs.org
7677

7778
# sync:
7879
# runs-on: ubuntu-latest
@@ -93,4 +94,4 @@ jobs:
9394
# gitee-username: yanglbme
9495
# gitee-password: ${{ secrets.GITEE_PASSWORD }}
9596
# gitee-repo: doocs/leetcode
96-
# branch: gh-pages
97+
# branch: gh-pages

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
## 站点
2222

23-
https://doocs.github.io/leetcode
23+
https://leetcode.doocs.org
2424

2525
## 算法全解
2626

README_EN.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ This project contains solutions for problems from LeetCode, "Coding Interviews (
2020

2121
## Site
2222

23-
https://doocs.github.io/leetcode/en
23+
https://leetcode.doocs.org/en
2424

2525
## Solutions
2626

0 commit comments

Comments
 (0)