Skip to content
Snippets Groups Projects
.gitlab-ci.yml 159 B
Newer Older
Torben Böhnke's avatar
Torben Böhnke committed
pages:
  stage: deploy
  script:
Torben Böhnke's avatar
Torben Böhnke committed
  - echo 'Nothing to do...'
  artifacts:
    paths:
    - public
  only:
  - main
  tags:
  - pages