Something went wrong on our end
-
Gontier Antonin authoredGontier Antonin authored
.gitlab-ci.yml 146 B
pages:
stage: deploy
script:
- mkdir .public
- cp -r * .public
- mv .public public
artifacts:
paths:
- public
only:
- doc