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