Skip to content
Snippets Groups Projects
.gitlab-ci.yml 176 B
Newer Older
Michael Buecker's avatar
Michael Buecker committed
image: alpine
pages:
  stage: deploy
  script:
    - rm -rf public/
    - mkdir public/
    - cp -R output/* public/
  artifacts:
    paths:
      - public/
  only:
    - main