Skip to content

Commit fb5d00e

Browse files
committed
[fix] push files
1 parent 59acc9f commit fb5d00e

File tree

2 files changed

+17
-2
lines changed

2 files changed

+17
-2
lines changed

.gitignore

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
1-
index.js
2-
__pycache__
1+
__pycache__/
2+
src/csv_to_custom_json.egg-info/
3+
dist/

commit.sh

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# auto commit docs
2+
3+
rm ../csv-to-custom-json-python.wiki/*
4+
cp -pR docs/* ../csv-to-custom-json-python.wiki/
5+
6+
cd ../csv-to-custom-json-python.wiki
7+
git add .
8+
git commit -m "update-docs"
9+
git push
10+
cd ../csv-to-custom-json-python
11+
pwd
12+
git add docs/
13+
git commit -m "auto-update-docs"
14+
git push

0 commit comments

Comments
 (0)