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

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