Forked from
R3 / howto-cards LEGACY VERSION
1799 commits behind the upstream repository.
-
Laurent Heirendt authoredLaurent Heirendt authored
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
.gitlab-ci.yml 261 B
image: ruby:2.5
variables:
JEKYLL_ENV: production
before_script:
- bundle install && bundle update
pages:
stage: deploy
only:
- develop
- master
script:
- bash .ci/deploy.sh
artifacts:
expire_in: 1 week
paths:
- public