image: alpine pages: stage: deploy script: - rm -rf public/ - mkdir public/ - cp -R output/* public/ artifacts: paths: - public/ only: - main