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

Add .gitlab-ci.yml

parent 9e6a8e88
Branches
No related tags found
No related merge requests found
image: node:10
pages:
script:
- yarn global add docusaurus-init
- docusaurus-init
- cd website
- yarn start
artifacts:
paths:
- public
only:
- master
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment