You need to sign in or sign up before continuing.
pages not deployed if job contains whitespace
Summary
When job supposedly deploying pages is named w/ white space, the underlaying pages:deploy
job for gitlab-pages
service is not triggered and thus files are not exposed at pages vhost
Steps to reproduce
gitlab pages:
script:
- mkdir -p public
- echo "1" > public/1.txt
artifacts:
paths: [public]