adds another rsync exclude
diff --git a/Jenkinsfile b/Jenkinsfile
index d74eb14..8bf4abe 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -108,7 +108,7 @@
 				git add ./zipkin-api/*.yaml
 				git commit -m "force adds zipkin-api" || true
 
-				rsync -avrh --delete --exclude=".git" "${builddir}/_site/" ./
+				rsync -avrh --delete --exclude=".git" --exclude="./zipkin-api/*.yaml" "${builddir}/_site/" ./
 				git status
 				git diff