Skip to content

Commit 3b788a7

Browse files
committed
Fix mkdocs issue
1 parent 209c886 commit 3b788a7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-deploy-site.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
run: |
7575
cp Style/overrides.css docs/
7676
echo "leetcode.romitsagu.com" > ./docs/CNAME
77-
cp Site_README.md docs/
77+
cp Site_README.md docs/README.md
7878
7979
- name: Build site
8080
run: mkdocs build --clean --site-dir site

mkdocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,4 +71,4 @@ markdown_extensions:
7171
- pymdownx.tilde
7272

7373
nav:
74-
- Overview: 'Site_README.md'
74+
- Overview: 'README.md'

0 commit comments

Comments
 (0)