[travis] Remove files which confuse staticsite
This commit is contained in:
parent
1d910a5bbd
commit
51013e2f1f
1 changed files with 1 additions and 0 deletions
1
.github/deploy.sh
vendored
1
.github/deploy.sh
vendored
|
@ -17,6 +17,7 @@ fi
|
|||
[ -d $P ] && rm -Rfv $P
|
||||
git clone --depth=10 --branch=gh-pages git@github.com:${TRAVIS_REPO_SLUG}.git $P
|
||||
|
||||
rm -Rfv dosage.egg-info
|
||||
ssite build
|
||||
|
||||
rsync -r --del --verbose --exclude tests \
|
||||
|
|
Loading…
Reference in a new issue