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: pages:
script: script:
- cd website - cd website
- yarn - npm install
- yarn run build - ./node_modules/.bin/gatsby build --prefix-paths
artifacts: artifacts:
paths: paths:
- public - public
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment