about summary refs log tree commit diff stats
path: root/.gitlab-ci.yml
blob: a19869dfd7e013fce4f6908874974f6f4271ab23 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# 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
  - cp -r .well-known .public
  - mv .public public
  artifacts:
    paths:
    - public
  only:
  - gl-page