Run hexo on gitlab ci for debugging

This commit is contained in:
curben 2018-10-11 17:02:47 +10:30
parent a4406ba3ef
commit f636ec012a
1 changed files with 1 additions and 0 deletions

View File

@ -11,6 +11,7 @@ test:
- snyk auth $SNYK_TOKEN - snyk auth $SNYK_TOKEN
- snyk protect # Apply patches to node modules - snyk protect # Apply patches to node modules
- snyk test # Check node modules for vulnerability - snyk test # Check node modules for vulnerability
- hexo generate # Generate static files for debugging
only: only:
- master # this job will affect only the 'master' branch - master # this job will affect only the 'master' branch