Skip to content

Commit 116cd77

Browse files
authored
chore: update path (#2236)
1 parent f2ef329 commit 116cd77

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

.github/workflows/deploy.yml

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
push:
55
branches:
66
- main
7+
workflow_dispatch:
78

89
permissions:
910
contents: write

mkdocs-en.yml

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
INHERIT: mkdocs.yml
2+
site_url: https://doocs.github.io/leetcode/en
23
site_description: LeetCode solutions in any programming language
34
site_dir: site/en
45
docs_dir: docs-en

mkdocs.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -85,10 +85,10 @@ extra:
8585
link: https://leetcode.cn/u/lcbin/
8686
alternate:
8787
- name: English
88-
link: ./en/
88+
link: /leetcode/en/
8989
lang: en
9090
- name: 中文
91-
link: ./
91+
link: /leetcode/
9292
lang: zh
9393

9494

0 commit comments

Comments
 (0)