We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 209c886 commit 3b788a7Copy full SHA for 3b788a7
.github/workflows/build-deploy-site.yml
@@ -74,7 +74,7 @@ jobs:
74
run: |
75
cp Style/overrides.css docs/
76
echo "leetcode.romitsagu.com" > ./docs/CNAME
77
- cp Site_README.md docs/
+ cp Site_README.md docs/README.md
78
79
- name: Build site
80
run: mkdocs build --clean --site-dir site
mkdocs.yml
@@ -71,4 +71,4 @@ markdown_extensions:
71
- pymdownx.tilde
72
73
nav:
- - Overview: 'Site_README.md'
+ - Overview: 'README.md'
0 commit comments