summaryrefslogtreecommitdiffstats
path: root/third_party/rust/failure/.gitlab-ci.yml
blob: a9cbe35c30c7fa258808bee823e23535c81b24ec (plain)
1
2
3
4
5
6
7
8
9
10
image: "rust:latest"

pages:
  script:
    - sh ./build-docs.sh
  artifacts:
    paths:
      - public
  only:
    - master