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

Update .gitlab-ci.yml

parent 1b75befb
No related branches found
No related tags found
No related merge requests found
...@@ -3,8 +3,10 @@ image: node:9.11.1 ...@@ -3,8 +3,10 @@ image: node:9.11.1
pages: pages:
script: script:
- cd website - cd website
- mkdir -p ./public
- yarn install - yarn install
- yarn build - yarn build
- cp ./build public
artifacts: artifacts:
paths: paths:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment