Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 4dcaf7a

Browse files
authoredAug 7, 2019
Merge pull request #109 from plotly/ci-tweak
speed up artifact upload
2 parents 9912784 + 566c856 commit 4dcaf7a

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 git@github.com: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)
Please sign in to comment.