Skip to content
Snippets Groups Projects
Commit 05fd401b authored by John Coghlan's avatar John Coghlan
Browse files

Update .gitlab-ci.yml

parent a49a4679
No related branches found
No related tags found
No related merge requests found
image: node:10
image: node:latest
# This folder is cached between builds
# http://docs.gitlab.com/ce/ci/yaml/README.html#cache
cache:
paths:
- node_modules/
pages:
script:
- cd website
- yarn
- yarn run build
- cd website
- npm install
- ./node_modules/.bin/gatsby build --prefix-paths
artifacts:
paths:
- public
- public
only:
- master
\ No newline at end of file
- master
\ No newline at end of file
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