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

13 lines
164 B
YAML
Raw Normal View History

2022-05-02 15:50:01 +02:00
pages:
tags:
- pages
script:
- mkdir .public
- cp -r presentation/* .public
- mv .public public
artifacts:
paths:
- public
only:
- master