about summary refs log tree commit diff stats
path: root/.gitlab-ci.yml
blob: ad23689585e52362f67c425b298620cc5a5754a1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# This file is a template, and might need editing before it works on your project.
# Full project: https://gitlab.com/pages/plain-html
pages:
  stage: deploy
  script:
  - mkdir .public
  - cp -r * .public
  - mv .public public
  artifacts:
    paths:
    - public
  only:
  - gl-page