diff --git a/gitlab-ci.yml b/gitlab-ci.yml index 62f3eac..e0789d7 100644 --- a/gitlab-ci.yml +++ b/gitlab-ci.yml @@ -28,6 +28,6 @@ pages: - public/ script: - echo "Deploying to pages" - - test -f public/.pdf + - test -f public/$mainfile.pdf only: - master