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

Update .gitlab-ci.yml

parent 25fe8cf7
No related branches found
No related tags found
No related merge requests found
...@@ -5,11 +5,11 @@ pages: ...@@ -5,11 +5,11 @@ pages:
- cd website - cd website
- yarn install - yarn install
- yarn build - yarn build
- mv build public - mv website/build public
artifacts: artifacts:
paths: paths:
- public - website/build
only: only:
- master - master
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment