Skip to content

Commit f9e8837

Browse files
author
rom.spiridonov
committed
Merge remote-tracking branch 'origin/add-solutions-to-lc-problem-3413' into add-solutions-to-lc-problem-3413
2 parents e0e5e9f + 1c367d8 commit f9e8837

File tree

1,970 files changed

+58589
-35662
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,970 files changed

+58589
-35662
lines changed

.github/workflows/deploy.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,15 +100,18 @@ jobs:
100100
101101
echo "Cloning docs branch ..."
102102
git clone --depth 1 --branch docs "https://x-access-token:${GH_TOKEN}@github.com/${GH_REPO}.git" docs-cache
103-
cp "$CACHE_FILE" docs-cache/
104103
105104
cd docs-cache
105+
git checkout --orphan docs
106+
git rm -rf .
107+
cp "../$CACHE_FILE" ./
108+
106109
git config user.name github-actions[bot]
107110
git config user.email 41898282+github-actions[bot]@users.noreply.github.com
108111
109112
git add .git-committers-cache.json
110113
git commit -m "chore: update committer cache [skip ci]" || echo "No changes to commit"
111-
git push origin docs
114+
git push --force origin docs
112115
113116
- name: Upload artifact
114117
uses: actions/upload-pages-artifact@v3

.gitignore

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,9 @@
66
*.iml
77
__pycache__
88
/node_modules
9-
/solution/result.json
109
/solution/__pycache__
1110
/solution/.env
1211
.cache
1312
!.cache/plugin/
1413
!.cache/plugin/git-committers/
15-
!.cache/plugin/git-committers/page-authors.json
14+
!.cache/plugin/git-committers/page-authors.json

images/cc-by-sa-80x15.png

-152 Bytes
Loading

images/cc-by-sa-88x31.png

-809 Bytes
Loading

images/doocs-leetcode.png

-31.7 KB
Loading

images/how-to-contribute.png

-4.96 KB
Loading

images/leetcode-doocs.png

-31.7 KB
Loading

images/recommender-fly51fly.png

-40.7 KB
Loading

0 commit comments

Comments
 (0)