This repository has been archived on 2022-05-02. You can view files and clone it, but cannot push or open issues or pull requests.
Ecosysteme/.gitlab-ci.yml

12 lines
164 B
YAML

pages:
tags:
- pages
script:
- mkdir .public
- cp -r presentation/* .public
- mv .public public
artifacts:
paths:
- public
only:
- master