debian-mirror-gitlab/lib/gitlab/ci/templates/Pages/Harp.gitlab-ci.yml
2021-04-17 20:07:23 +05:30

15 lines
276 B
YAML

# Full project: https://gitlab.com/pages/harp
image: node:4.2.2
pages:
cache:
paths:
- node_modules
script:
- npm install -g harp
- harp compile ./ public
artifacts:
paths:
- public
rules:
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH