From f636ec012a748650f4e233709ff9498f9bdde4c0 Mon Sep 17 00:00:00 2001 From: curben Date: Thu, 11 Oct 2018 17:02:47 +1030 Subject: [PATCH] Run hexo on gitlab ci for debugging --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index cbe6066..3028be3 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -11,6 +11,7 @@ test: - snyk auth $SNYK_TOKEN - snyk protect # Apply patches to node modules - snyk test # Check node modules for vulnerability + - hexo generate # Generate static files for debugging only: - master # this job will affect only the 'master' branch