Skip to content

Commit 566c856

Browse files
speed up artifact upload
1 parent 9912784 commit 566c856

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.circleci/config.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,12 @@ jobs:
6565
git add *
6666
git commit -m build
6767
git push --force [email protected]:plotly/plotly.py-docs.git master:built
68+
rm -rf .git
69+
cd ../..
6870
fi
71+
tar -zcf build/html.tgz build/html
72+
rm -rf build/html build/ipynb
73+
6974
7075
- store_artifacts:
7176
path: build

0 commit comments

Comments
 (0)