Website: Remove some noise from the deployed pages

This commit is contained in:
Tobias Gruetzmacher 2020-04-13 12:21:22 +02:00
parent e9ccdfca37
commit 7f28a9a5f3
2 changed files with 13 additions and 3 deletions

5
.github/deploy.sh vendored
View file

@ -21,9 +21,8 @@ git clone --depth=10 --branch=gh-pages "git@github.com:${TRAVIS_REPO_SLUG}.git"
rm -Rfv dosage.egg-info
ssite build --output "$P/out"
rsync -r --del --verbose --exclude tests \
--exclude dosagelib --exclude dist --exclude build --exclude scripts \
"$P/out/"* "$P/git"
rsync -r --del --verbose --cvs-exclude --exclude-from .github/website-exclude \
"$P/out/" "$P/git"
cd "$P/git"

11
.github/website-exclude vendored Normal file
View file

@ -0,0 +1,11 @@
Jenkinsfile
build
cc-test-reporter
coverage
dist
dosage
dosagelib
scripts
setup.cfg
setup.py
tests