You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,8 +20,8 @@
20
20
This is a repo to store my leetcode solutions but I went a bit Schizo with it and it pulls the leetcode solutions, creates READMEs with the problema and solution and then converts it into an Mkdocs website hosted on GitHub Pages.
21
21
22
22
### Steps
23
-
1. Uses the joshcai/leetcode-sync GitHub action to will the problems and solutions from leetcode into the /Solutions folder.
24
-
2. Uses the Script ```update_project_readme.py``` to compile all of the completed projects into a table in 2 readme files that can be used for GitHub and the Mkdocs site
23
+
1. Uses the ```joshcai/leetcode-sync``` GitHub action to will the problems and solutions from leetcode into the ```/Solutions``` folder.
24
+
2. Uses the Script ```update_project_readme.py``` to compile all of the completed problems into a table in 2 readme files that can be used for GitHub and the Mkdocs site
25
25
3. Uses the Script ```update_readmes.py.py``` to create README files from the problems and solutions and embed their difficulty, tags and the solution's statistics.
26
26
4. Uses Mkdocs to convert the READMEs created in `Step 3` to a website.
27
27
5. The website is then deployed using the GitHub Pages deploy action.
Copy file name to clipboardExpand all lines: Site_README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,8 +20,8 @@
20
20
This is a repo to store my leetcode solutions but I went a bit Schizo with it and it pulls the leetcode solutions, creates READMEs with the problema and solution and then converts it into an Mkdocs website hosted on GitHub Pages.
21
21
22
22
### Steps
23
-
1. Uses the joshcai/leetcode-sync GitHub action to will the problems and solutions from leetcode into the /Solutions folder.
24
-
2. Uses the Script ```update_project_readme.py``` to compile all of the completed projects into a table in 2 readme files that can be used for GitHub and the Mkdocs site
23
+
1. Uses the ```joshcai/leetcode-sync``` GitHub action to will the problems and solutions from leetcode into the ```/Solutions``` folder.
24
+
2. Uses the Script ```update_project_readme.py``` to compile all of the completed problems into a table in 2 readme files that can be used for GitHub and the Mkdocs site
25
25
3. Uses the Script ```update_readmes.py.py``` to create README files from the problems and solutions and embed their difficulty, tags and the solution's statistics.
26
26
4. Uses Mkdocs to convert the READMEs created in `Step 3` to a website.
27
27
5. The website is then deployed using the GitHub Pages deploy action.
0 commit comments