mirror of https://gitlab.com/curben/blog
Run hexo on gitlab ci for debugging
This commit is contained in:
parent
a4406ba3ef
commit
f636ec012a
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue