GitLab Pages require the job name to be "pages"
See: https://docs.gitlab.com/ee/ci/yaml/README.html#pages https://docs.gitlab.com/ee/user/project/pages/introduction.html#gitlab-pages-requirements
This commit is contained in:
parent
d209823a57
commit
591e687705
@ -7,7 +7,7 @@ Julia {{VERSION}}:
|
|||||||
- julia -e 'using Printf; using Pkg; Pkg.add("Coverage"); using Coverage; c, t = get_summary(process_folder()); @printf "Test Coverage %.2f%%\n" 100c/t'
|
- julia -e 'using Printf; using Pkg; Pkg.add("Coverage"); using Coverage; c, t = get_summary(process_folder()); @printf "Test Coverage %.2f%%\n" 100c/t'
|
||||||
{{/GITLABCOVERAGE}}
|
{{/GITLABCOVERAGE}}
|
||||||
{{#DOCUMENTER}}
|
{{#DOCUMENTER}}
|
||||||
Documentation:
|
pages:
|
||||||
image: julia:{{VERSION}}
|
image: julia:{{VERSION}}
|
||||||
stage: deploy
|
stage: deploy
|
||||||
script:
|
script:
|
||||||
|
Loading…
Reference in New Issue
Block a user