We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f2ef329 commit 116cd77Copy full SHA for 116cd77
.github/workflows/deploy.yml
@@ -4,6 +4,7 @@ on:
4
push:
5
branches:
6
- main
7
+ workflow_dispatch:
8
9
permissions:
10
contents: write
mkdocs-en.yml
@@ -1,4 +1,5 @@
1
INHERIT: mkdocs.yml
2
+site_url: https://doocs.github.io/leetcode/en
3
site_description: LeetCode solutions in any programming language
site_dir: site/en
docs_dir: docs-en
mkdocs.yml
@@ -85,10 +85,10 @@ extra:
85
link: https://leetcode.cn/u/lcbin/
86
alternate:
87
- name: English
88
- link: ./en/
+ link: /leetcode/en/
89
lang: en
90
- name: 中文
91
- link: ./
+ link: /leetcode/
92
lang: zh
93
94
0 commit comments