Skip to content
Snippets Groups Projects
.gitlab-ci.yml 284 B
Newer Older
Laura Cappelli's avatar
Laura Cappelli committed
# This file is a template, and might need editing before it works on your project.
Laura Cappelli's avatar
Laura Cappelli committed
# Full project: https://gitlab.com/pages/plain-html
pages:
  stage: deploy
Laura Cappelli's avatar
Laura Cappelli committed
  script:
Laura Cappelli's avatar
Laura Cappelli committed
  - mkdir .public
  - cp -r * .public
  - mv .public public
  artifacts:
    paths:
    - public
  only:
  - master