]> pere.pagekite.me Git - text-madewithcc.git/blob - .gitlab-ci.yml
Updated pt_BR proof reading web page.
[text-madewithcc.git] / .gitlab-ci.yml
1 # Try to make files available from
2 # https://gunnarwolf.gitlab.io/madewithcc-es/
3 # Based on https://gitlab.com/pages/plain-html
4
5 image: alpine:latest
6 pages:
7 stage: deploy
8 script:
9 - echo 'Nothing to do...'
10 artifacts:
11 paths:
12 - public
13 only:
14 - master