diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 94ef57c39e72483d3c78e04418bc6407c45d838f..a1e7c561de88f329d7c6077c1c3171e6a3b3e341 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,18 +1,18 @@ image: node:8.11.2 cache: - paths: - - node_modules/ + paths: + - node_modules/ before_script: - - npm install hexo-cli -g - - npm install + - npm install hexo-cli -g + - npm install pages: - script: - - hexo generate - artifacts: - paths: - - public - only: - - master + script: + - hexo generate + artifacts: + paths: + - public + only: + - master