m-chrzan.xyz
aboutsummaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
blob: 678a96586c48199abc903da56ebff965220d4feb (plain)
1
2
3
4
5
6
7
8
9
10
11
image: ruby:2.6.3

pages:
    stage: deploy
    script:
    - ruby -E UTF-8:UTF-8 scripts/build.rb
    artifacts:
        paths:
        - public
    only:
    - master