aboutsummaryrefslogtreecommitdiffstats
path: root/ci-examples/.gitlab-ci.yml
blob: db7c574f4565696bb550f6154d0d285d322e313d (plain) (blame)
1
2
3
4
5
6
7
8
9
image: alpine:latest
pages:
  script:
    - ./wr
  artifacts:
    paths:
      - public
  only:
    - pages