ogn-52-fiducial-marker-dete.../.gitlab-ci.yml

18 lines
270 B
YAML

pages:
image: node:slim
stage: build
cache:
key: ${CI_COMMIT_REF_SLUG}
paths:
- .npm
- .cache
before_script:
- npm ci --cache .npm --prefer-offline
script:
- npm run build
artifacts:
paths:
- public
only:
- master