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:
- cd website
- yarn install
- yarn build
- mv build public
- mv website/build public
artifacts:
paths:
- public
- website/build
only:
- master
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