diff --git a/html/deploy.sh b/html/deploy.sh index 8316351..efe2217 100755 --- a/html/deploy.sh +++ b/html/deploy.sh @@ -1,2 +1,2 @@ #!/bin/sh -rsync -a --delete war/ ../../vograbulary-gh-pages/run +rsync -a --delete --exclude /WEB-INF war/ ../../vograbulary-gh-pages/run