]> pere.pagekite.me Git - text-rms-personal-data-safe.git/blob - .gitlab-ci.yml
Generated German web edition.
[text-rms-personal-data-safe.git] / .gitlab-ci.yml
1 # Try to make files available from
2 # https://pin-no.gitlab.io/rms-personal-data-safe/
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