Skip to content

Commit 9b8ebaa

Browse files
Ensure we work with a clean tag_build/ on deploy
1 parent 9c4aa24 commit 9b8ebaa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.before-deploy.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ python setup.py build_sphinx --build-dir travis_docs_build
2525
git clean -Xdf
2626

2727
# make the dir
28+
rm -rf ./tag_build || true
2829
mkdir ./tag_build
2930

3031
# create and checksum the tarball

0 commit comments

Comments
 (0)