This repository has been archived on 2024-08-12. You can view files and clone it, but cannot push or open issues or pull requests.
sodexo-menu/.gitlab-ci.yml

14 lines
239 B
YAML
Raw Normal View History

2019-12-22 08:34:16 +00:00
image: node:12.13.1
pages:
script:
- npm install typescript
- ./node_modules/.bin/tsc -p tsconfig.json
- mkdir public
- cp -r index.html style.css dist public/
artifacts:
paths:
- public
only:
- master