Skip to content
Snippets Groups Projects
.gitlab-ci.yml 143 B
image: alpine:latest

pages:
  stage: deploy
  script:
    - echo 'Building page...'
  artifacts:
    paths:
      - public
  only:
    - main