image: alpine stages: - deploy pages: stage: deploy script: - mkdir public - cp index.html public - cp robots.txt public artifacts: paths: - public only: - master