Add .gitlab-ci.yml

merge-requests/1/head
Matthew Ess 2018-07-23 02:55:29 +00:00
parent 79b87c2c50
commit ece91a9a7e
1 changed files with 17 additions and 0 deletions

17
.gitlab-ci.yml Normal file
View File

@ -0,0 +1,17 @@
image: node
before_script:
- npm install
cache:
paths:
- node_modules/
pages:
script:
- npm run generate
artifacts:
paths:
- public
only:
- master