This is an automated email from the ASF dual-hosted git repository.

bertty pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/incubator-wayang-website.git


The following commit(s) were added to refs/heads/develop by this push:
     new 1421f9e  validate is alternative
1421f9e is described below

commit 1421f9e793d88e69fdefe008276836c0d7e7abc2
Author: Bertty Contreras-Rojas <[email protected]>
AuthorDate: Mon Feb 22 02:42:16 2021 -0300

    validate is alternative
---
 script/cibuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/script/cibuild b/script/cibuild
index 3e70cc1..8c05641 100644
--- a/script/cibuild
+++ b/script/cibuild
@@ -12,9 +12,9 @@ mv _config.yml.tmp _config.yml
 
 bundle exec jekyll build
 if [ "${VALIDATE}" != "" ]; then
-  echo "it will not validate the site"
-else
   bundle exec htmlproofer ./_site
+else
+  echo "it will not validate the site"
 fi
 
 mkdir -p ../tmp

Reply via email to