diff --git a/scripts/docs/prepare.sh b/scripts/docs/prepare.sh index 7cae3adae..5300127af 100755 --- a/scripts/docs/prepare.sh +++ b/scripts/docs/prepare.sh @@ -14,10 +14,6 @@ function init { } function run { - # no need to run on PRs - if [ -z $CI_PULL_REQUEST ]; then - exit 0 - fi if [ ! -d "$SITE_DIR" ]; then echo "checking out"