image: alpine:latest pages: tags: - pages stage: deploy script: - cd public/ - echo "

Directory listing:

" > ./index.html - find -exec echo "{}
" \; >> ./index.html - echo "" >> ./index.html artifacts: paths: - public only: - master