Skip to content

Commit ccef905

Browse files
committed
Update README
1 parent c63fe0f commit ccef905

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
2020
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.
2121

2222
### 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
2525
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.
2626
4. Uses Mkdocs to convert the READMEs created in `Step 3` to a website.
2727
5. The website is then deployed using the GitHub Pages deploy action.

Site_README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
2020
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.
2121

2222
### 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
2525
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.
2626
4. Uses Mkdocs to convert the READMEs created in `Step 3` to a website.
2727
5. The website is then deployed using the GitHub Pages deploy action.

0 commit comments

Comments
 (0)