# .gitlab-ci.yml pages: stage: deploy script: - echo "Nothing to build, serving public/" artifacts: paths: - public only: - main