Skip to content
Snippets Groups Projects
Commit 428edfbe authored by Whitney Armstrong's avatar Whitney Armstrong
Browse files

modified: .gitlab-ci.yml

parent 50ffc118
No related branches found
No related tags found
1 merge request!9modified: .gitlab-ci.yml
image: node:latest
stages:
- build
- deploy
# http://docs.gitlab.com/ce/ci/yaml/README.html#cache
cache:
paths:
- node_modules/
pages:
stage: deploy
script:
- npm install
- ./node_modules/.bin/gatsby build --prefix-paths
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment